Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Mar 1, 2023
1 parent a19f9c2 commit d838da6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Oj Serializers 1.0.1 (2023-03-01) ##

* [Avoid caching instances of reloaded classes in development](https://github.com/ElMassimo/oj_serializers/commit/0bd928d64d159926acf6b4d57e3f08b12f6931ce)


## Oj Serializers 1.0.0 (2020-11-05) ##

* Initial Release.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oj_serializers (1.0.0)
oj_serializers (1.0.1)
oj (>= 3.8.0)

GEM
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.10.15)
oj (3.13.20)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/oj_serializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OjSerializers
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit d838da6

Please sign in to comment.