Skip to content

Commit 0b4f68c

Browse files
Upgrade to latest crystal, release 1.0.0
1 parent f4164bd commit 0b4f68c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: cbor
2-
version: 0.2.1
2+
version: 1.0.0
33

44
authors:
55
- Alberto Restifo <alberto@restifo.dev>
66

77
description: "A CBOR library in pure Crystal, implementing RFC7049"
88

9-
crystal: 0.35.0
9+
crystal: 1.8.0
1010

1111
license: MIT
1212

0 commit comments

Comments
 (0)