Skip to content

Commit

Permalink
Athena Framework 0.18.0 prep (#266)
Browse files Browse the repository at this point in the history
* Bump `config` component
* Bump `console` component
* Bump `dependency-injection` component
* Bump `event-dispatcher` component
* Bump `negotation` component
* Bump `routing` component
* Bump `serializer` component
* Bump `spec` component
* Bump `validator` component
* Update `release.sh` to allow tagging multiple components at once
  • Loading branch information
Blacksmoke16 authored Feb 18, 2023
1 parent bd9fe35 commit 0b0f370
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.3.2] - 2023-02-18

### Changed

- Update some links in preparation for Athena Framework `0.18.0` ([#261](https://github.com/athena-framework/athena/pull/261)) (George Dietrich)

### Fixed

- Fix formatting issue in Crystal `1.8-dev` ([#258](https://github.com/athena-framework/athena/pull/258)) (George Dietrich)

## [0.3.1] - 2023-02-04

### Added
Expand Down Expand Up @@ -67,6 +77,7 @@ _First release a part of the monorepo._

_Initial release._

[0.3.2]: https://github.com/athena-framework/console/releases/tag/v0.3.2
[0.3.1]: https://github.com/athena-framework/console/releases/tag/v0.3.1
[0.3.0]: https://github.com/athena-framework/console/releases/tag/v0.3.0
[0.2.1]: https://github.com/athena-framework/console/releases/tag/v0.2.1
Expand Down
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.3.0
version: 0.3.2

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 @@ -94,7 +94,7 @@ alias ACONA = ACON::Annotations
# TIP: If using this component with the `Athena::DependencyInjection` component, `ACON::Command` that have the `ADI::Register` annotation will automatically
# be registered as commands when using the `ADI::Console::Application` type.
module Athena::Console
VERSION = "0.3.0"
VERSION = "0.3.2"

# Contains all the `Athena::Console` based annotations.
module Annotations; end
Expand Down

0 comments on commit 0b0f370

Please sign in to comment.