generated from athena-framework/component-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions of sub-components & add changelogs (#178)
* Bump versions of sub-components * Add changelogs to each sub-component
- Loading branch information
1 parent
dc01af3
commit 1aeee53
Showing
4 changed files
with
39 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## [0.2.0] - 2022-05-14 | ||
|
||
_First release a part of the monorepo._ | ||
|
||
### Added | ||
|
||
- Add `VERSION` constant to `Athena::Console` namespace ([#166](https://github.com/athena-framework/athena/pull/166)) (George Dietrich) | ||
- Add getting started documentation to API docs ([#172](https://github.com/athena-framework/athena/pull/172)) (George Dietrich) | ||
|
||
### Changed | ||
|
||
- Update minimum `crystal` version to `~> 1.4.0` ([#169](https://github.com/athena-framework/athena/pull/169)) (George Dietrich) | ||
- **Breaking:** remove `ACON::Formatter::Mode` in favor of `Colorize::Mode` ([#170](https://github.com/athena-framework/athena/pull/170)) (George Dietrich). Breaking only if not using symbol autocasting. | ||
|
||
### Fixed | ||
|
||
- Disallow multi char option shortcuts made up of diff chars ([#164](https://github.com/athena-framework/athena/pull/164)) (George Dietrich) | ||
|
||
## [0.1.1] - 2021-12-01 | ||
|
||
### Fixed | ||
|
||
- Fix recursive struct error ([#4](https://github.com/athena-framework/console/pull/4)) (George Dietrich) | ||
- **Breaking:** fix typo in parameter name of `ACON::Command#option` method ([#3](https://github.com/athena-framework/console/pull/3)) (George Dietrich) | ||
|
||
## [0.1.0] - 2021-10-30 | ||
|
||
_Initial release._ | ||
|
||
[0.2.0]: https://github.com/athena-framework/console/releases/tag/v0.2.0 | ||
[0.1.1]: https://github.com/athena-framework/console/releases/tag/v0.1.1 | ||
[0.1.0]: https://github.com/athena-framework/console/releases/tag/v0.1.0 |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: athena-console | ||
|
||
version: 0.1.1 | ||
version: 0.2.0 | ||
|
||
crystal: ~> 1.4 | ||
|
||
|
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