Skip to content

Commit

Permalink
chore: Add changelog for 2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Apr 2, 2024
1 parent 14b4885 commit bcbf3e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ Changelog

Versions follow `Semantic Versioning <http://www.semver.org>`_

`2.3.0`_ - 2023-09-21
`2.4.0`_ - 2024-04-02
---------------------

Added
~~~~~
* :class:`.ULID` objects are now properly serialized when used as Pydantic types `@Avihais12344 <https://github.com/Avihais12344>`_.


`2.3.0`_ - 2024-03-21
---------------------

Added
Expand Down Expand Up @@ -143,6 +151,7 @@ Changed
* The package now has no external dependencies.
* The test-coverage has been raised to 100%.

.. _2.4.0: https://github.com/mdomke/python-ulid/compare/2.3.0...2.4.0
.. _2.3.0: https://github.com/mdomke/python-ulid/compare/2.2.0...2.3.0
.. _2.2.0: https://github.com/mdomke/python-ulid/compare/2.1.0...2.2.0
.. _2.1.0: https://github.com/mdomke/python-ulid/compare/2.0.0...2.1.0
Expand Down

0 comments on commit bcbf3e8

Please sign in to comment.