Skip to content

Commit

Permalink
feincms3-data 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 2, 2022
1 parent 2f27d7f commit e848cb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

.. _Next version: https://github.com/matthiask/feincms3-data/compare/0.2...main


`0.2`_ (2022-09-02)
~~~~~~~~~~~~~~~~~~~

.. _0.2: https://github.com/matthiask/feincms3-data/compare/0.1...0.2

- Added Django 4.1.
- Added the ``mappers`` argument to ``dump_specs`` which allows changing the
serialized representation of models before writing the JSON.
- Changed ``load_dump`` to also validate specs.
- Replaced ``FEINCMS3_DATA_SPECS`` with the more flexible
- Replaced ``FEINCMS3_DATA_SPECS`` with the more flexible and opinionated
``FEINCMS3_DATA_DATASETS``.


Expand All @@ -19,5 +27,3 @@ Change log
- Initial release!

.. _0.1: https://github.com/matthiask/feincms3-data/commit/e50451b5661
.. _1.1: https://github.com/matthiask/feincms3-data/compare/1.0...1.1
.. _Next version: https://github.com/matthiask/feincms3-data/compare/3.0...master
2 changes: 1 addition & 1 deletion feincms3_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit e848cb7

Please sign in to comment.