Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Mar 15, 2016
1 parent a393485 commit a834911
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ This page lists all versions with its changes. ACMEMS follows Semantic Versionin
Version 0
-------------------------

v0.2.0
^^^^^^

Reaching base architecture for 1.0 release. This includes:

* Restucture code and! *config* to support multiple verification mechanism
* WIP: experiment / prepare for dns01 challenge support (via dns updates)
* add storage support to not reissue CSRs the same pem, supporting reissue from multiple machines via a once shared key and CSR
* support newer python-acme releases


v0.1.1
^^^^^^

Expand Down
4 changes: 2 additions & 2 deletions acmems/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR = 0
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0
STAGE = None

STRING = '.'.join([str(v) for v in [MAJOR, MINOR, PATCH, STAGE] if v is not None])

0 comments on commit a834911

Please sign in to comment.