Skip to content

Commit

Permalink
prepare release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed May 18, 2021
1 parent c1e0b48 commit 4254f25
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
41 changes: 31 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
v0.21.0 (2021-05-18)
====================

Features
--------

- Implement initial part of maintainer switch

* @RonnyPfannschmidt is the new maintainer, plans to move to jazzband
* License is now MIT after coordination with Jens
* begin to use pre-commit + pyupgrade
* set up for setuptools_scm as bumpversion breaks with normalized configfiles (#93)
* github actions
* modernize setup.py/cfg
- return to towncrier default templates


v0.20.2
-------
=======

* #83: Properly propagate strict mode down to nested resolvers.

v0.20.1
--------
=======

Bugfix release:

Expand All @@ -13,15 +30,16 @@ Bugfix release:
* Miscellaneous: #86

v0.20.0
-------
=======

* #77: Translate local references in external files by injecting them into the main
specification.

* #78: Fix issue in RESOLVE_INTERNAL handling

v0.19.0
-------
=======

* #72: Fix behaviour when attempting to resolve nonexistent local references: raise
ResolutionError instead of what the OS provides.

Expand All @@ -32,7 +50,7 @@ v0.19.0
* Miscellaneous: #71

v0.18.3
-------
=======

Bugfix release:

Expand All @@ -42,14 +60,14 @@ Bugfix release:
which URL was being parsed in error message.

v0.18.2
-------
=======

Bugfix release:

* #65: fix error in resolving files only with ResolvingParser.

v0.18.1
-------
=======

Maintenance release, focusing on change requests from users.

Expand All @@ -73,7 +91,8 @@ Maintenance release, focusing on change requests from users.


v0.17.0
-------
=======

* #51: Try a lot more bytes when detecting file encoding. The new value is meant to
be a multiple of sector/cluster size that's still reasonable on most OSes and
volumes.
Expand All @@ -85,10 +104,12 @@ v0.17.0


v0.16.2
-------
=======

* #47: Fix deprecation warning by always preferring collections.abc over collections.


v0.16.1
-------
=======

* #44: Add changelog generation via `towncrier <https://town-crier.readthedocs.io/en/latest/>`_
6 changes: 0 additions & 6 deletions changelog.d/93.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ filename = "CHANGES.rst"
directory = "changelog.d"
title_format = "v{version}"
issue_format = "#{issue}"
template = "docs/towncrier_template.rst"
underlines = ["-"]

0 comments on commit 4254f25

Please sign in to comment.