Release Time! (#322)

This commit is contained in:
George Dietrich 2023-10-09 22:06:47 -04:00 committed by GitHub
parent 3451002963
commit 80d2019d38
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [0.1.4] - 2023-10-09
_Administrative release, no functional changes_
## [0.1.3] - 2023-02-18
### Changed
@ -33,6 +37,7 @@ _First release a part of the monorepo._
_Initial release._
[0.1.4]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.4
[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

View File

@ -1,6 +1,6 @@
name: athena-negotiation
version: 0.1.3
version: 0.1.4
crystal: ~> 1.4

View File

@ -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.3"
VERSION = "0.1.4"
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
class_getter(negotiator) { ANG::Negotiator.new }