Skip to content

Commit

Permalink
chore: release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk authored May 6, 2024
1 parent 42fa15b commit c1f9028
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
5 changes: 5 additions & 0 deletions cli/CHANGELOG.md
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 -->
15 changes: 15 additions & 0 deletions composer-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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))

### βš™οΈ Miscellaneous Tasks

- Release ([#34](https://github.com/HugoByte/composer/pull/34))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion composer-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
36 changes: 36 additions & 0 deletions echo-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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
- Release ([#34](https://github.com/HugoByte/composer/pull/34))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion echo-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ convert_case = "0.6.0"
itertools = "0.12.1"
walkdir = "2"
composer-primitives = "0.0.1"
rayon = "1.8.1"
rayon = "1.8.1"

0 comments on commit c1f9028

Please sign in to comment.