From b3067d6c2d4dde17c14ebc5e7a8dfc0393047abf Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Tue, 23 Feb 2021 10:50:56 -0300 Subject: [PATCH] Release 0.14.0 (#477) --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- shard.yml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c55a77..5d70480d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## v0.14.0 - 2021-02-23 + +Fixes: + +- Improve error message when locked version is missing in source. ([#466](https://github.com/crystal-lang/shards/pull/466), thanks @straight-shoota) +- Fix touch install_path to not accidentally create file. ([#478](https://github.com/crystal-lang/shards/pull/478), thanks @straight-shoota) + +Features: + +- Add `--frozen` and `--without-development` CLI flags. ([#473](https://github.com/crystal-lang/shards/pull/473), thanks @straight-shoota) +- Add `--skip-postinstall` cli option to install and update. ([#475](https://github.com/crystal-lang/shards/pull/475), thanks @bcardiff) +- Treat github sources as case insensitive. ([#471](https://github.com/crystal-lang/shards/pull/471), thanks @stakach) + +Others: + +- Rewrite manpages in Asciidoc. ([#262](https://github.com/crystal-lang/shards/pull/262), thanks @straight-shoota) +- CI improvements and housekeeping. ([#454](https://github.com/crystal-lang/shards/pull/454), [#464](https://github.com/crystal-lang/shards/pull/464), thanks @j8r, @Sija) +- Bump crystal-molinillo to 0.2.0. ([#476](https://github.com/crystal-lang/shards/pull/476), thanks @bcardiff) + ## v0.13.0 - 2021-01-21 Fixes: diff --git a/VERSION b/VERSION index 54d1a4f2..a803cc22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0 +0.14.0 diff --git a/shard.yml b/shard.yml index 62627be5..212e6b23 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.13.0 +version: 0.14.0 authors: - Julien Portalier