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

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-bunn committed Oct 7, 2019
1 parent ebcc201 commit b477799
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ Changelog
.. towncrier release notes start
`1.0.0 <https://github.com/stephen-bunn/file-config/releases/tag/v1.0.0>`_ (*2019-10-07*)
=========================================================================================

Features
--------

- Adding the ability to define custom JSONSchema ``$id`` and ``$schema`` properties. Will raise user warnings if unsupported schema draft is specified. `#41 <https://github.com/stephen-bunn/file-config/issues/41>`_

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

- Adding some documentation around ``schema_id`` and ``schema_draft`` parameters for the ``@config()`` decorator in Getting Started

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

- Adding ``long_description_content_type`` to ``setup.cfg`` for new twine package check warnings


`0.3.10 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.10>`_ (*2019-10-04*)
===========================================================================================

Expand Down
1 change: 0 additions & 1 deletion news/41.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/long-description-content-type.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/schema-metadata-documentation.doc

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = file-config
package_name = file_config
version = 0.3.10
version = 1.0.0
description = An attrs based configuration file abstraction
url = https://github.com/stephen-bunn/file-config
author = Stephen Bunn
Expand Down
2 changes: 1 addition & 1 deletion src/file_config/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__name__ = "file-config"
__repo__ = "https://github.com/stephen-bunn/file-config"
__version__ = "0.3.10"
__version__ = "1.0.0"
__description__ = "An attr's based configuration file abstraction"
__author__ = "Stephen Bunn"
__contact__ = "stephen@bunn.io"
Expand Down

0 comments on commit b477799

Please sign in to comment.