Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyarwood committed Jan 14, 2017
1 parent 3bcd78f commit 8f10b3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG

## 0.1.1 (2017-01-14)

* Fixed 2 bugs re: `alda list` output:
* It didn't work correctly on non-OS X systems like Ubuntu due to differences in the `ps` command across Unix distributions.
* Fixed buggy output when running multiple Alda servers ([#4](https://github.com/alda-lang/alda-client-java/issues/4)).

Major thanks to [tobiasriedling] for both fixes!

## 0.1.0 (2016-11-19)

* * Extracted alda-client-java from the [main Alda repo](https://github.com/alda-lang/alda) as of version 1.0.0-rc50.

[tobiasriedling]: https://github.com/tobiasriedling
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

(require '[adzerk.bootlaces :refer :all])

(def ^:const +version+ "0.1.0")
(def ^:const +version+ "0.1.1")

(bootlaces! +version+)

Expand Down

0 comments on commit 8f10b3e

Please sign in to comment.