Skip to content

Commit

Permalink
Release: v0.5.2 terrible jackrabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Oct 19, 2015
1 parent 39d4288 commit 04456f1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.5.2

Fixes:
- compilation on Crystal 0.9.0

## v0.5.1

Fixes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ Happy Hacking!

These requirements are only for compiling Shards.

* Crystal >= 0.8.0.
* Crystal >= 0.9.0.

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

* libyaml

On Debian/Ubuntu Linux you may install the `libyaml-dev` package.

On Mac OS X you may install it using homebrew with `brew install libyaml`
then make sure to have `/usr/local/lib` in your `LIBRARY_PATH` environment
variable (eg: `export LIBRARY_PATH="/usr/local/lib/lib:$LIBRARY_PATH"`).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
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.5.1
version: 0.5.2

authors:
- Julien Portalier <[email protected]>
Expand Down
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" "1" "September 2015" "shards 0.5.1" "File Formats"
.TH "SHARD\&.YAML" "1" "September 2015" "shards 0.5.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.5.1" "User Commands"
.TH SHARDS "1" "September 2015" "shards 0.5.2" "User Commands"
.SH NAME
shards \- dependency manager for the Crystal Language
.SH SYNOPSYS
Expand Down

0 comments on commit 04456f1

Please sign in to comment.