Skip to content

Commit

Permalink
Merge pull request #203 from godrei/master
Browse files Browse the repository at this point in the history
v 0.9.22
  • Loading branch information
godrei authored Jul 19, 2016
2 parents f49f77f + d512bad commit 97db84b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

-----------------

## 0.9.22 (2016 Jul 19)

### Release Notes

* Fixed local steplib handling & integration tests.

### Install or upgrade

To install this version, run the following commands (in a bash shell):

```
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.22/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
```

Then:

```
chmod +x /usr/local/bin/stepman
```

That's all, you're ready to call `stepman`!

### Release Commits - 0.9.21 -> 0.9.22

* [2e6dec1] Krisztián Gödrei - prepare for 0.9.22 (2016 Jul 19)
* [f49f77f] Krisztián Gödrei - Merge pull request #202 from godrei/local_steplib (2016 Jul 19)
* [086baf8] Krisztián Gödrei - fixed cleanup dangling route (2016 Jul 19)
* [31b4e43] Krisztián Gödrei - PR fix (2016 Jul 19)
* [d4e345f] Krisztián Gödrei - steplib fix & tests (2016 Jul 19)
* [b2a4a26] Krisztián Gödrei - Merge pull request #200 from godrei/master (2016 Jul 12)
* [e4cf91b] Krisztián Gödrei - changelog (2016 Jul 12)


## 0.9.21 (2016 Jul 12)

### Release Notes
Expand Down Expand Up @@ -976,4 +1009,4 @@ That's all, you're ready to call `stepman`!

-----------------

Generated at: 2016 Jul 12
Generated at: 2016 Jul 19
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "0.9.21"
const VERSION = "0.9.22"

0 comments on commit 97db84b

Please sign in to comment.