mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
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
This commit is contained in:
parent
1328425160
commit
14b5e0589e
3 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.3] - 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)
|
||||
|
||||
## [0.1.2] - 2022-05-14
|
||||
|
||||
_First release a part of the monorepo._
|
||||
|
@ -27,6 +33,7 @@ _First release a part of the monorepo._
|
|||
|
||||
_Initial release._
|
||||
|
||||
[0.1.3]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.3
|
||||
[0.1.2]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.2
|
||||
[0.1.1]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.1
|
||||
[0.1.0]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: athena-negotiation
|
||||
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
crystal: ~> 1.4
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ alias ANG = Athena::Negotiation
|
|||
#
|
||||
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best language has failed.
|
||||
module Athena::Negotiation
|
||||
VERSION = "0.1.2"
|
||||
VERSION = "0.1.3"
|
||||
|
||||
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
|
||||
class_getter(negotiator) { ANG::Negotiator.new }
|
||||
|
|
Loading…
Reference in a new issue