From 2e76c0b6d30f896c357125875e47af44ec6178d2 Mon Sep 17 00:00:00 2001 From: Alberto Restifo Date: Thu, 18 Jun 2020 09:36:16 +0200 Subject: [PATCH] Upgrade to Crystal 0.35.0 --- CHANGELOG.md | 6 ++++++ shard.yml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7139c1b..02d7a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2020-06-18 + +### Changed + +- Upgraded to Crystal 0.35.0 + ## [0.1.1] - 2020-06-02 ### Fixed diff --git a/shard.yml b/shard.yml index 370990e..ae95e3d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,14 +1,14 @@ name: cbor -version: 0.1.0 +version: 0.2.0 authors: - Alberto Restifo -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 repository: https://git.sr.ht/~arestifo/crystal-cbor -homepage: https://git.sr.ht/~arestifo/crystal-cbor +homepage: https://sr.ht/~arestifo/crystal-cbor/