File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0] - 2023-04-20
11+
1012### Added
1113
1214- Support for UUID encoding/decoding
1315
1416### Changed
1517
18+ - Now using Crystal 1.8
1619- The length of objects is now pre-computed, reducing the size of the encoded
1720 object and speeding up the decoing process. Thanks to Karchnu for their contribution.
1821
Original file line number Diff line number Diff line change 11name : cbor
2- version : 0.2.1
2+ version : 1.0.0
33
44authors :
55 - Alberto Restifo <alberto@restifo.dev>
66
77description : " A CBOR library in pure Crystal, implementing RFC7049"
88
9- crystal : 0.35 .0
9+ crystal : 1.8 .0
1010
1111license : MIT
1212
You can’t perform that action at this time.
0 commit comments