Skip to content

Commit 04456f1

Browse files
committed
Release: v0.5.2 terrible jackrabbit
1 parent 39d4288 commit 04456f1

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v0.5.2
4+
5+
Fixes:
6+
- compilation on Crystal 0.9.0
7+
38
## v0.5.1
49

510
Fixes:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ Happy Hacking!
5656

5757
These requirements are only for compiling Shards.
5858

59-
* Crystal >= 0.8.0.
59+
* Crystal >= 0.9.0.
6060

6161
Please refer to <http://crystal-lang.org/docs/installation> for
6262
instructions for your operating system.
6363

6464
* libyaml
6565

6666
On Debian/Ubuntu Linux you may install the `libyaml-dev` package.
67-
67+
6868
On Mac OS X you may install it using homebrew with `brew install libyaml`
6969
then make sure to have `/usr/local/lib` in your `LIBRARY_PATH` environment
7070
variable (eg: `export LIBRARY_PATH="/usr/local/lib/lib:$LIBRARY_PATH"`).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.5.1
2+
version: 0.5.2
33

44
authors:
55
- Julien Portalier <[email protected]>

src/man/shard.yml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SHARD\&.YAML" "1" "September 2015" "shards 0.5.1" "File Formats"
1+
.TH "SHARD\&.YAML" "1" "September 2015" "shards 0.5.2" "File Formats"
22
.SH NAME
33
shard.yml \- metadata for crystal applications and libraries
44
.SH SYNOPSYS

src/man/shards.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SHARDS "1" "September 2015" "shards 0.5.1" "User Commands"
1+
.TH SHARDS "1" "September 2015" "shards 0.5.2" "User Commands"
22
.SH NAME
33
shards \- dependency manager for the Crystal Language
44
.SH SYNOPSYS

0 commit comments

Comments
 (0)