Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed Nov 13, 2021
1 parent b2d6e4b commit 4ab7a77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Release 0.2.0

* Remove the need for libcrystal.a when using Crystal 1.1.0 or newer.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Simple and powerful deployment for your crystal application.
development-dependencies:
deploy-cr:
github: richardboehme/deploy-cr
version: ~> 0.1.1
version: ~> 0.2.0
```
2. Run `shards install`. This will build the deploy-cr CLI binary at `bin/deploy`.
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: deploy-cr
version: 0.1.1
version: 0.2.0

authors:
- Richard Böhme <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/deploy-cr.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./deploy-cr/**"

module DeployCR
VERSION = "0.1.1"
VERSION = "0.2.0"
BINNAME = "deploy"

def app_path
Expand Down

0 comments on commit 4ab7a77

Please sign in to comment.