Release v0.2.1
This commit is contained in:
parent
e05b209ed3
commit
21356c8bcf
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.1] - 2020-09-29
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Bug when passing an `IO` to `to_cbor`
|
||||||
|
|
||||||
## [0.2.0] - 2020-06-18
|
## [0.2.0] - 2020-06-18
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: cbor
|
name: cbor
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Alberto Restifo <alberto@restifo.dev>
|
- Alberto Restifo <alberto@restifo.dev>
|
||||||
|
|
Loading…
Add table
Reference in a new issue