Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Bunn <stephen@bunn.io>
  • Loading branch information
stephen-bunn committed Dec 16, 2018
1 parent dfa5016 commit 81bb265
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ Changelog
.. towncrier release notes start
`0.3.0 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.0>`_ (*2018-12-16*)
=========================================================================================

Features
--------

- Adding basic ini support through ``configparser`` `#10 <https://github.com/stephen-bunn/file-config/issues/10>`_
- Adding basic xml support through ``lxml`` `#12 <https://github.com/stephen-bunn/file-config/issues/12>`_

Documentation
-------------

- Splitting up Sphinx autodocs into separate sections
- Adding Handlers section to documentation

Miscellaneous
-------------

- Adding ``TYPE_MAPPINGS`` to ``utils.py`` as a way of generically representing available types and their translations
- Project Restructure - restructuring project to provide a better development experience
- Updating from MIT to ISC licensing


`0.2.0 <https://github.com/stephen-bunn/file-config/releases/tag/v0.2.0>`_ (*2018-11-07*)
=========================================================================================
- adding serialization and deserialization support for enums
Expand Down
1 change: 0 additions & 1 deletion news/10.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/12.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/15.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/8.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/autodocs.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/handlers.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/license-change.misc

This file was deleted.

0 comments on commit 81bb265

Please sign in to comment.