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 1c3657c commit a48fb1a
Show file tree
Hide file tree
Showing 3 changed files with 11 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.2.0)
types_from_serializers (2.3.0)
listen (~> 3.2)
oj_serializers (~> 2.0, >= 2.0.2)
railties (>= 5.1)
Expand Down
9 changes: 9 additions & 0 deletions types_from_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.3.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2024-08-23)


### Features

* generate types for inline serializers, exclude them from the index ([1c3657c](https://github.com/ElMassimo/types_from_serializers/commit/1c3657c61a1bc891f3219f6eaf8557cd3cd6344a)), closes [#19](https://github.com/ElMassimo/types_from_serializers/issues/19)



# [2.2.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2024-08-23)


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.2.0"
VERSION = "2.3.0"
end

0 comments on commit a48fb1a

Please sign in to comment.