Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dependabot/cargo/comp…
Browse files Browse the repository at this point in the history
…oser-primitives-0.0.2
  • Loading branch information
shanithkk committed May 6, 2024
2 parents f3a85f1 + a31c15d commit 75ce75f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
42 changes: 42 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,46 @@

All notable changes to this project will be documented in this file.

## [0.0.3] - 2024-05-06

### ⚙️ Miscellaneous Tasks

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

<!-- generated by git-cliff -->
## [0.0.2] - 2024-05-06

### 🚀 Features

- Terminal colured output
- Release github workflow

### 🐛 Bug Fixes

- Composer version flag to small case ([#19](https://github.com/HugoByte/composer-cli/pull/19))
- Revise description for the build flag ([#22](https://github.com/HugoByte/composer-cli/pull/22))
- Update the build command ([#27](https://github.com/HugoByte/composer-cli/pull/27))
- Use common loader while compiling the echo package to fix the import issue ([#28](https://github.com/HugoByte/composer-cli/pull/28))
- Release issues

### 🚜 Refactor

- Refactor folder structure
- Echo-library
- Bump composer primitives in cli
- Cli commands and types
- Package name to composer-cli

### 📚 Documentation

- Update composer readme for build and validate command ([#21](https://github.com/HugoByte/composer-cli/pull/21))

### ⚙️ Miscellaneous Tasks

- Removed unwanted library coloured
- Release ([#34](https://github.com/HugoByte/composer-cli/pull/34))
- Release ([#36](https://github.com/HugoByte/composer-cli/pull/36))
- Add license and discription

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
2 changes: 2 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
license = "Apache-2.0"
description = "composer is tool to build workflow using echo config files"

[package.metadata.wix]
upgrade-guid = "2242B0E7-4997-48B2-BAC8-DEEAC0E4AE70"
Expand Down
1 change: 1 addition & 0 deletions composer-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
## [0.0.2] - 2024-05-06

### 🐛 Bug Fixes
Expand Down

0 comments on commit 75ce75f

Please sign in to comment.