mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Release Time! (#322)
This commit is contained in:
parent
3451002963
commit
80d2019d38
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.4] - 2023-10-09
|
||||||
|
|
||||||
|
_Administrative release, no functional changes_
|
||||||
|
|
||||||
## [0.1.3] - 2023-02-18
|
## [0.1.3] - 2023-02-18
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -33,6 +37,7 @@ _First release a part of the monorepo._
|
||||||
|
|
||||||
_Initial release._
|
_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.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.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.1]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: athena-negotiation
|
name: athena-negotiation
|
||||||
|
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
crystal: ~> 1.4
|
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.
|
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best language has failed.
|
||||||
module Athena::Negotiation
|
module Athena::Negotiation
|
||||||
VERSION = "0.1.3"
|
VERSION = "0.1.4"
|
||||||
|
|
||||||
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
|
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
|
||||||
class_getter(negotiator) { ANG::Negotiator.new }
|
class_getter(negotiator) { ANG::Negotiator.new }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue