From 2bf121150bcdfc68a2290be73aca1f7308d4da28 Mon Sep 17 00:00:00 2001 From: Attila Domokos Date: Sun, 8 Sep 2024 11:24:26 -0500 Subject: [PATCH] v0.19.0 (#251) --- RELEASES.md | 5 +++++ lib/light-service/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 68945bc5..3d3ed2cf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,10 @@ A brief list of new features and changes introduced with the specified version. +### 0.19.0 +* [Implement built-in localization adapter](https://github.com/adomokos/light-service/pull/238) +* [Swap ActiveSupport::Deprecation with built-in LightSupport::Deprecation](https://github.com/adomokos/light-service/pull/241) +* [Remove Active Support dependency](https://github.com/adomokos/light-service/pull/246) + ### 0.18.0 * [Remove Ruby 2.6, add 3.1 to build](https://github.com/adomokos/light-service/pull/233) * [Add reduce_when](https://github.com/adomokos/light-service/pull/232) diff --git a/lib/light-service/version.rb b/lib/light-service/version.rb index a6aaaa18..356b6b09 100644 --- a/lib/light-service/version.rb +++ b/lib/light-service/version.rb @@ -1,3 +1,3 @@ module LightService - VERSION = "0.18.0".freeze + VERSION = "0.19.0".freeze end