-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["HugoByte", "The HugoByte Team <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/hugobyte/composer.git" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
|
||
# Config for 'cargo dist' | ||
[workspace.metadata.dist] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.2] - 2024-05-06 | ||
|
||
### π Bug Fixes | ||
|
||
- Composer version flag to small case ([#19](https://github.com/HugoByte/composer/pull/19)) | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ thiserror = "1.0.50" | |
itertools = "0.12.1" | ||
tempfile = "3.2.0" | ||
walkdir = "2" | ||
anyhow = "1.0.65" | ||
anyhow = "1.0.65" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.2] - 2024-05-06 | ||
|
||
### π Features | ||
|
||
- Implement parallel building of workflow wasm | ||
|
||
### π Bug Fixes | ||
|
||
- Composer version flag to small case ([#19](https://github.com/HugoByte/composer/pull/19)) | ||
- Update the repository name ([#20](https://github.com/HugoByte/composer/pull/20)) | ||
- Handle error if the main file is empty ([#23](https://github.com/HugoByte/composer/pull/23)) | ||
- Validate kind field ([#25](https://github.com/HugoByte/composer/pull/25)) | ||
- Validation for default type ([#24](https://github.com/HugoByte/composer/pull/24)) | ||
- Use common loader while compiling the echo package to fix the import issue ([#28](https://github.com/HugoByte/composer/pull/28)) | ||
|
||
### π Refactor | ||
|
||
- Refactor folder structure | ||
- Echo-library | ||
- Composer dependency in echo library | ||
|
||
### π Documentation | ||
|
||
- Update composer readme for build and validate command ([#21](https://github.com/HugoByte/composer/pull/21)) | ||
|
||
### βοΈ Miscellaneous Tasks | ||
|
||
- Bump version | ||
- Add readme for echo library | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters