Skip to content

Commit

Permalink
Version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Jan 17, 2017
1 parent d91530f commit b006a26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions asn1crypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from __future__ import unicode_literals, division, absolute_import, print_function


__version__ = '0.19.0'
__version_info__ = (0, 19, 0)
__version__ = '0.20.0'
__version_info__ = (0, 20, 0)
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# changelog

## 0.20.0

- Added support for year 0
- Added the OID for unique identifier to `x509.NameType`
- Fixed a bug creating the native representation of a `core.BitString` with
leading null bytes
- Added a `.cast()` method to allow converting between different
representations of the same data, e.g. `core.BitString` and
`core.OctetBitString`

## 0.19.0

- Force `algos.DigestAlgorithm` to encoding `parameters` as `Null` when the
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ faster to an order of magnitude of more.

## Current Release

0.19.0 - [changelog](changelog.md)
0.20.0 - [changelog](changelog.md)

## Dependencies

Expand Down

0 comments on commit b006a26

Please sign in to comment.