Upgrade to Crystal 0.35.0
parent
d7a11f5b43
commit
2e76c0b6d3
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2020-06-18
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgraded to Crystal 0.35.0
|
||||||
|
|
||||||
## [0.1.1] - 2020-06-02
|
## [0.1.1] - 2020-06-02
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
name: cbor
|
name: cbor
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Alberto Restifo <alberto@restifo.dev>
|
- Alberto Restifo <alberto@restifo.dev>
|
||||||
|
|
||||||
description: "A CBOR library in pure Crystal, impleming RFC7049"
|
description: "A CBOR library in pure Crystal, implementing RFC7049"
|
||||||
|
|
||||||
crystal: 0.34.0
|
crystal: 0.35.0
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
repository: https://git.sr.ht/~arestifo/crystal-cbor
|
repository: https://git.sr.ht/~arestifo/crystal-cbor
|
||||||
homepage: https://git.sr.ht/~arestifo/crystal-cbor
|
homepage: https://sr.ht/~arestifo/crystal-cbor/
|
||||||
|
|
Loading…
Reference in New Issue