Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Aug 23, 2024
1 parent 7156e22 commit 3b7502a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: types_from_serializers
specs:
types_from_serializers (2.1.0)
types_from_serializers (2.2.0)
listen (~> 3.2)
oj_serializers (~> 2.0, >= 2.0.2)
railties (>= 5.1)
Expand Down
14 changes: 14 additions & 0 deletions types_from_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.2.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2024-08-23)


### Bug Fixes

* be more accurate regarding decimal serialization ([cd63653](https://github.com/ElMassimo/types_from_serializers/commit/cd636530a5710112a14746cc7d0e3f15016cd5e1))


### Features

* infer type from enums ([#20](https://github.com/ElMassimo/types_from_serializers/issues/20)) ([49dc61d](https://github.com/ElMassimo/types_from_serializers/commit/49dc61da2718256e9b5f5743b5a65c4746d64c2f))



# [2.1.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2023-07-19)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module TypesFromSerializers
# Public: This library adheres to semantic versioning.
VERSION = "2.1.0"
VERSION = "2.2.0"
end

0 comments on commit 3b7502a

Please sign in to comment.