Skip to content

Commit

Permalink
v0.19.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos authored Sep 8, 2024
1 parent 7326b3b commit 2bf1211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/light-service/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LightService
VERSION = "0.18.0".freeze
VERSION = "0.19.0".freeze
end

0 comments on commit 2bf1211

Please sign in to comment.