mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Bump versions of sub-components & add changelogs (#178)
* Bump versions of sub-components * Add changelogs to each sub-component
This commit is contained in:
parent
42c57abcfa
commit
74ef3ff387
4 changed files with 35 additions and 2 deletions
|
@ -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.1"
|
||||
VERSION = "0.1.2"
|
||||
|
||||
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
|
||||
class_getter(negotiator) { ANG::Negotiator.new }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue