Skip to content

Commit

Permalink
Upgrade to latest crystal, release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorestifo committed Apr 20, 2023
1 parent f4164bd commit 0b4f68c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2023-04-20

### Added

- Support for UUID encoding/decoding

### Changed

- Now using Crystal 1.8
- The length of objects is now pre-computed, reducing the size of the encoded
object and speeding up the decoing process. Thanks to Karchnu for their contribution.

Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cbor
version: 0.2.1
version: 1.0.0

authors:
- Alberto Restifo <[email protected]>

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

crystal: 0.35.0
crystal: 1.8.0

license: MIT

Expand Down

0 comments on commit 0b4f68c

Please sign in to comment.