Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 11, 2021
1 parent 3b84688 commit 7138656
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebarDepth: 0

# Changelog

## 0.1.2 (2021-01-10)

* Fix `I18n#with_locale` and `I18n::Catalog#with_locale` to ensure the value returned by the inner block is properly
returned if applicable

## 0.1.1 (2021-01-07)

* The pseudo-global catalog of translations (used through the methods provided by `I18n` module) is now properly
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: i18n
version: 0.1.1
version: 0.1.2

authors:
- Morgan Aubert <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n.cr
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module I18n
alias TranslationsHashValues = Bool | Int32 | Nil | String | Array(String) | Hash(String, TranslationsHashValues)
alias TranslationsHash = Hash(String, TranslationsHashValues)

VERSION = "0.1.1"
VERSION = "0.1.2"

@@config : Config?

Expand Down

0 comments on commit 7138656

Please sign in to comment.