Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #36

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"