Skip to content

Commit

Permalink
Release: v0.4.0 liquid swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Sep 14, 2015
1 parent b925024 commit ff83fe9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## UNRELEASED

## v0.4.0

Features:
- lock resolved versions for indempotent installs across computers, see #27
- `--production` parameter to skip development dependencies
- postintall hook to run a command after installing a dependency, see #19

Breaking Changes:
- dropped support for custom dependency groups (but kept `development_dependencies`), see #27
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0
6 changes: 6 additions & 0 deletions shard.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 1.0
shards:
minitest:
github: ysbaddaden/minitest.cr
version: 0.1.3

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.3.1
version: 0.4.0

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

0 comments on commit ff83fe9

Please sign in to comment.