From a894d1c5fa4d00a46b5f7b05a1ac24a17a52e143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 28 Dec 2022 21:49:36 +0100 Subject: [PATCH] Release 0.17.2 (#567) --- CHANGELOG.md | 5 +++++ VERSION | 2 +- man/shard.yml.5 | 8 ++++---- man/shards.1 | 8 ++++---- shard.yml | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a306e1..c5b6f60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.17.2 - 2022-12-28 + +- Improve error message when symlink failed on Windows ([#565](https://github.com/crystal-lang/shards/pull/565), thanks @straight-shoota) +- Inherit the standard input descriptor ([#561](https://github.com/crystal-lang/shards/pull/561), thanks @hovsater) + ## v0.17.1 - 2022-09-30 - Fix: Don't raise an exception if install_path doesn't exist ([#557](https://github.com/crystal-lang/shards/pull/557), thanks @mjoerussell) diff --git a/VERSION b/VERSION index 7cca7711..c3d16c16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.1 +0.17.2 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 8e4875a1..ba349892 100644 --- a/man/shard.yml.5 +++ b/man/shard.yml.5 @@ -1,13 +1,13 @@ '\" t .\" Title: shard.yml .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.17 -.\" Date: 2022-09-30 +.\" Generator: Asciidoctor 2.0.18 +.\" Date: 2022-12-28 .\" Manual: File Formats -.\" Source: shards 0.17.1 +.\" Source: shards 0.17.2 .\" Language: English .\" -.TH "SHARD.YML" "5" "2022-09-30" "shards 0.17.1" "File Formats" +.TH "SHARD.YML" "5" "2022-12-28" "shards 0.17.2" "File Formats" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/man/shards.1 b/man/shards.1 index 09b44975..c2891794 100644 --- a/man/shards.1 +++ b/man/shards.1 @@ -1,13 +1,13 @@ '\" t .\" Title: shards .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.17 -.\" Date: 2022-09-30 +.\" Generator: Asciidoctor 2.0.18 +.\" Date: 2022-12-28 .\" Manual: Shards Manual -.\" Source: shards 0.17.1 +.\" Source: shards 0.17.2 .\" Language: English .\" -.TH "SHARDS" "1" "2022-09-30" "shards 0.17.1" "Shards Manual" +.TH "SHARDS" "1" "2022-12-28" "shards 0.17.2" "Shards Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/shard.yml b/shard.yml index 9e20dc66..5b2f1192 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.17.1 +version: 0.17.2 authors: - Julien Portalier