Skip to content

Commit

Permalink
[rel] bump to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Apr 18, 2021
1 parent 32e0a4a commit 5d4ea9f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
# release_name: hahohe ${{ env.TAG_NAME }}
# body_path: body.txt
body: |
[Changelog](CHANGES.md)
[Changelog](https://github.com/grindsa/acme2certifier/blob/master/CHANGES.md)
draft: false
prerelease: false
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This is a high-level summary of the most important changes. For a full list of
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
and pick the appropriate release branch.

## Changes in 0.15

**Upgrade notes**:

- You need to run the upgrade-script after updating the package

**Features**:

- support for [tls-alpn-01](https://tools.ietf.org/html/rfc8737) challenges
- eab kid logging and reporting

**Bugfixes**:

- database scheme versioning

## Changes in 0.14

**Upgrade notes**:
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| Version | Supported |
| ------- | ------------------ |
| 0.13.x | :white_check_mark: |
| 0.12.x | :white_check_mark: |
| < 0.12 | :x: |
| 0.15.x | :white_check_mark: |
| 0.14.x | :white_check_mark: |
| < 0.14 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion acme/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.15-dev'
__version__ = '0.15'
__dbversion__ = '0.15'

0 comments on commit 5d4ea9f

Please sign in to comment.