Skip to content

Commit

Permalink
Release 0.17.1 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani committed Sep 30, 2022
1 parent 74dbf7c commit 9d17faf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 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)
- Fix Fossil resolver when multiple dependencies are coming from the same website ([#558](https://github.com/crystal-lang/shards/pull/558), thanks @MistressRemilia)
- Adjust parameter name for `Resolver#install_sources` ([#559](https://github.com/crystal-lang/shards/pull/559), thanks @straight-shoota)

## v0.17.0 - 2022-03-24

- Add `make build` recipe ([#533](https://github.com/crystal-lang/shards/pull/533), thanks @straight-shoota)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.17.1
6 changes: 3 additions & 3 deletions man/shard.yml.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shard.yml
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.17
.\" Date: 2022-03-24
.\" Date: 2022-09-30
.\" Manual: File Formats
.\" Source: shards 0.17.0
.\" Source: shards 0.17.1
.\" Language: English
.\"
.TH "SHARD.YML" "5" "2022-03-24" "shards 0.17.0" "File Formats"
.TH "SHARD.YML" "5" "2022-09-30" "shards 0.17.1" "File Formats"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
13 changes: 9 additions & 4 deletions man/shards.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shards
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.17
.\" Date: 2022-03-24
.\" Date: 2022-09-30
.\" Manual: Shards Manual
.\" Source: shards 0.17.0
.\" Source: shards 0.17.1
.\" Language: English
.\"
.TH "SHARDS" "1" "2022-03-24" "shards 0.17.0" "Shards Manual"
.TH "SHARDS" "1" "2022-09-30" "shards 0.17.1" "Shards Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -92,7 +92,7 @@ Dependencies are not satisfied.
Initializes a default \fIshard.yml\fP in the current folder.
.RE
.sp
\fBinstall\fP [\-\-frozen] [\-\-without\-development] [\-\-production] [\-\-skip\-postinstall] [\-\-skip\-executables]
\fBinstall\fP [\-\-frozen] [\-\-without\-development] [\-\-production] [\-\-skip\-postinstall] [\-\-skip\-executables] [\-\-jobs=N]
.RS 4
Resolves and installs dependencies into the \fIlib\fP folder. If not already
present, generates a \fIshard.lock\fP file from resolved dependencies, locking
Expand Down Expand Up @@ -127,6 +127,11 @@ Does not run postinstall of dependencies.
.RS 4
Does not install executables.
.RE
.sp
\-\-jobs
.RS 4
Number of repository downloads to perform in parallel (default: 8). Currently only for git.
.RE
.RE
.sp
\fBlist\fP [\-\-tree]
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.17.0
version: 0.17.1

authors:
- Julien Portalier <[email protected]>
Expand Down

0 comments on commit 9d17faf

Please sign in to comment.