Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed May 6, 2023
1 parent 279dee7 commit 9d3eaaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [1.0.0] - 2023-05-05
## [1.1.0](https://github.com/hummingbird-me/preferred_locale/releases/tag/v1.1.0) - 2023-05-06

- Improve documentation
- Don't add an implicit (language) fallback if the language is explicitly provided elsewhere in a
list. For example, if `en-US` and `en` are both in the list, don't add `en` as a fallback for
`en-US`.

## [1.0.0](https://github.com/hummingbird-me/preferred_locale/releases/tag/v1.0.0) - 2023-05-05

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
preferred_locale (1.0.0)
preferred_locale (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/preferred_locale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class PreferredLocale
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit 9d3eaaa

Please sign in to comment.