Skip to content

Commit

Permalink
chg: dev: Increment minor version, update CHANGELOG.rst. !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdwilson committed Oct 15, 2021
1 parent 9d9e27b commit b38ca14
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,37 @@ Changelog
=========


v0.18
v0.19
-----

New
~~~
- Configurable DNS timeout. [Ash Wilson]

Close #77
- Add Identity.cert_matches_private_key() [Ash Wilson]

Close #78

Other
~~~~~
- Build(deps): update pytest-cov requirement from ~=2.12 to ~=3.0.
[dependabot[bot]]

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
...


v0.18 (2021-09-30)
------------------
- Build(deps): update cryptography requirement from ~=3.0 to >=3,<36.
[dependabot[bot]]

Expand Down
2 changes: 1 addition & 1 deletion dane_discovery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""DANE for certificate discovery."""

__author__ = "Ash Wilson"
__version__ = "0.18"
__version__ = "0.19"

0 comments on commit b38ca14

Please sign in to comment.