Bump versions of sub-components & add changelogs (#178)

* Bump versions of sub-components
* Add changelogs to each sub-component
This commit is contained in:
George Dietrich 2022-05-14 11:06:11 -04:00 committed by GitHub
parent 42c57abcfa
commit 74ef3ff387
4 changed files with 35 additions and 2 deletions

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