From 6dde860d3d7d5bdff4b027e0b2abc495a979bd52 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 8 Sep 2018 16:22:47 -0300 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 4 +++- lib/i18n_alchemy/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1015b50..116774e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## unreleased +## v0.3.0 - 2018-09-08 * Update I18n dependency to require >= 0.7, allowing to install more recent versions ([@nazarhussain](https://github.com/nazarhussain)) +* Rails 5.2 support ([@sega](https://github.com/sega)) +* Ruby 2.5 support (no changes required) * Drop support to Rails 3.2 and Ruby 1.9.3/2.0.x/2.1.x ## v0.2.4 - 2017-08-03 diff --git a/lib/i18n_alchemy/version.rb b/lib/i18n_alchemy/version.rb index 6ebe478..d30a26b 100644 --- a/lib/i18n_alchemy/version.rb +++ b/lib/i18n_alchemy/version.rb @@ -1,5 +1,5 @@ module I18n module Alchemy - VERSION = "0.2.4" + VERSION = "0.3.0" end end