Skip to content

Commit

Permalink
Bump component versions to resolve Crystal 1.5.0 warnings (#193)
Browse files Browse the repository at this point in the history
* Add helper script to show what is pending release within each component
  • Loading branch information
Blacksmoke16 authored Sep 5, 2022
1 parent 533f49c commit fd6cd9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.1] - 2022-09-05

### Added

- Add an `ACON::Input::Interface` based on a command line string ([#186](https://github.com/athena-framework/athena/pull/186), [#187](https://github.com/athena-framework/athena/pull/187)) (George Dietrich)

### Changed

- **Breaking:** ensure parameter names defined on interfaces match the implementation ([#188](https://github.com/athena-framework/athena/pull/188)) (George Dietrich)

## [0.2.0] - 2022-05-14

_First release a part of the monorepo._
Expand Down Expand Up @@ -29,6 +39,7 @@ _First release a part of the monorepo._

_Initial release._

[0.2.1]: https://github.com/athena-framework/console/releases/tag/v0.2.1
[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
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: athena-console

version: 0.2.0
version: 0.2.1

crystal: ~> 1.4

Expand Down
2 changes: 1 addition & 1 deletion src/athena-console.cr
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ alias ACON = Athena::Console
# From here you can then setup your entry point file talked about earlier, being sure to require the component via `require "athena-console"`.
# Finally, create/require your `ACON::Command`s, and customize the `ACON::Application` as needed.
module Athena::Console
VERSION = "0.2.0"
VERSION = "0.2.1"

# Includes the commands that come bundled with `Athena::Console`.
module Commands; end
Expand Down

0 comments on commit fd6cd9a

Please sign in to comment.