Skip to content

Commit

Permalink
Release: v0.7.2 snarling chub
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Oct 25, 2017
1 parent ee4087f commit 95c6a61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## v0.7.2

Features:
- Version command to print-out the project's version, see #147
Expand All @@ -10,6 +10,8 @@ Fixes:
- Use installed spec for executing scripts, see #143
- Don't expect `shard.lock` when `shard.yml` has no dependencies, see #145
- Compatibility with Crystal 0.24.0 (unreleased)
- Harmonize error messages
- Correct shard.yml parse error line:column reporting

## v0.7.1

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.7.1
version: 0.7.2

authors:
- Julien Portalier <[email protected]>
Expand All @@ -13,6 +13,6 @@ targets:
shards:
main: src/shards.cr

crystal: 0.20.0
crystal: 0.24.0

license: Apache-2.0
2 changes: 1 addition & 1 deletion src/man/shard.yml.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.7.1" "File Formats"
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.7.2" "File Formats"
.SH NAME
shard.yml \- metadata for crystal applications and libraries
.SH SYNOPSYS
Expand Down
2 changes: 1 addition & 1 deletion src/man/shards.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SHARDS "1" "September 2015" "shards 0.7.1" "User Commands"
.TH SHARDS "1" "September 2015" "shards 0.7.2" "User Commands"
.SH NAME
shards \- dependency manager for the Crystal Language
.SH SYNOPSYS
Expand Down

0 comments on commit 95c6a61

Please sign in to comment.