Skip to content

Commit

Permalink
chg: dev: Increment minor version, update CHANGELOG.rst, update depen…
Browse files Browse the repository at this point in the history
…dabot config.
  • Loading branch information
ashdwilson committed Jan 19, 2022
1 parent 16f6da6 commit a4c3645
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
timezone: America/Los_Angeles
open-pull-requests-limit: 99
reviewers:
- ashdwilson
- acook
29 changes: 28 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,35 @@ Changelog
=========


v0.20
v0.21
-----
- Build(deps): bump dnspython from 2.1.0 to 2.2.0. [dependabot[bot]]

Bumps [dnspython]() from 2.1.0 to 2.2.0.

---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:production
update-type: version-update:semver-minor
...
- Build(deps): update sphinx requirement from ~=4.3 to ~=4.4.
[dependabot[bot]]

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
...


v0.20 (2022-01-04)
------------------
- Build(deps): update requests requirement. [dependabot[bot]]

Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
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.20"
__version__ = "0.21"

0 comments on commit a4c3645

Please sign in to comment.