From 2f4072c97632233d72b0f80aa25a6ff0e9b2aca7 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Fri, 1 Oct 2021 18:38:03 +0200 Subject: [PATCH] chore(version): Bump to v0.1.1 --- CHANGELOG.md | 9 +++++++++ shard.yml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..86f7a45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# v0 + +## v0.1.1 + +* do not crash on issue with DNS [#20](https://github.com/erdnaxeli/castblock/issues/20) + +## v0.1.0 + +Initial version, the changelog was not maintained yet :) \ No newline at end of file diff --git a/shard.yml b/shard.yml index d16a0a2..08ddd9b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: castblock -version: 0.1.0 +version: 0.1.1 authors: - Alexandre Morignot @@ -17,6 +17,6 @@ development_dependencies: ameba: github: crystal-ameba/ameba -crystal: 1.0.0 +crystal: ">= 1.0.0, < 1.2" license: MIT