Skip to content

Commit

Permalink
release: types_from_serializers@2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Apr 3, 2023
1 parent 78b476a commit ccb4faf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.0.1](https://github.com/ElMassimo/types_from_serializers/compare/types_from_serializers@2.0.0...types_from_serializers@2.0.1) (2023-04-03)


### Bug Fixes

* `add_attribute` now expects keyword arguments ([154b49e](https://github.com/ElMassimo/types_from_serializers/commit/154b49e463e3e6533b21520b7f0d699e6f0f47ba))



## [2.0.0](https://github.com/ElMassimo/types_from_serializers/compare/types_from_serializers@0.1.2...types_from_serializers@2.0.0) (2023-04-02)

This version adds support for `oj_serializers-2.0.2`, supporting all changes in:
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.0.0"
VERSION = "2.0.1"
end

0 comments on commit ccb4faf

Please sign in to comment.