Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Jul 26, 2017
1 parent 6362b06 commit c55c8de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Clomebrew Changelog

## 0.0.2 (2017/07/26)

* Add `clomebrew.formula` and `clomebrew.tap`
* Deprecate `core/formula` and `core/formula-path` in favor of
`clomebrew.formula`’s functions
* Fix reflection warnings

## 0.0.1 (2017/07/21)

Initial release.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You need to already have a working Homebrew installation.
Add the following dependency to your `project.clj`:

```clojure
[clomebrew "0.0.1"]
[clomebrew "0.0.2"]
```

Then import `clomebrew.core` and create your `brew` instance. It’ll
Expand All @@ -29,11 +29,6 @@ automatically find your Homebrew installation from your `PATH`.

### How To

The documentation below is only relevant for the bleeding edge. Refer to the
[0.0.1 documentation][doc001] instead.

[doc001]: https://github.com/bfontaine/clomebrew/tree/0.0.1#examples

#### Get a Formula

```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clomebrew "0.0.2-SNAPSHOT"
(defproject clomebrew "0.0.2"
:description "Homebrew bindings in Clojure"
:url "https://github.com/bfontaine/clomebrew"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c55c8de

Please sign in to comment.