Skip to content

Commit 14b5e05

Browse files
authored
Athena Framework 0.18.0 prep (#266)
* 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
1 parent 1328425 commit 14b5e05

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.3] - 2023-02-18
4+
5+
### Changed
6+
7+
- Update some links in preparation for Athena Framework `0.18.0` ([#261](https://github.com/athena-framework/athena/pull/261)) (George Dietrich)
8+
39
## [0.1.2] - 2022-05-14
410

511
_First release a part of the monorepo._
@@ -27,6 +33,7 @@ _First release a part of the monorepo._
2733

2834
_Initial release._
2935

36+
[0.1.3]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.3
3037
[0.1.2]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.2
3138
[0.1.1]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.1
3239
[0.1.0]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: athena-negotiation
22

3-
version: 0.1.2
3+
version: 0.1.3
44

55
crystal: ~> 1.4
66

src/athena-negotiation.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ alias ANG = Athena::Negotiation
102102
#
103103
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best language has failed.
104104
module Athena::Negotiation
105-
VERSION = "0.1.2"
105+
VERSION = "0.1.3"
106106

107107
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
108108
class_getter(negotiator) { ANG::Negotiator.new }

0 commit comments

Comments
 (0)