Skip to content

Commit

Permalink
Prep for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
w01fe committed May 8, 2015
1 parent 8baf516 commit b185cbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.2
* Relax query-param schema to allow non-literal maps.

## 0.1.1
* Bugfix: no extra leading slash with empty namespace prefix

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![fnhouse!](https://raw.github.com/wiki/prismatic/fnhouse/images/fnhouse.jpg)

Leiningen dependency (Clojars): `[prismatic/fnhouse "0.1.1"]`
Leiningen dependency (Clojars): `[prismatic/fnhouse "0.1.2"]`

**This is an alpha release. The API and organizational structure are
subject to change. Comments and contributions are much appreciated.**
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:url "https://github.com/Prismatic/fnhouse"
:dependencies [[prismatic/plumbing "0.4.1"]]
:dependencies [[prismatic/plumbing "0.4.3"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.6.0"]]
:global-vars {*warn-on-reflection* true}}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
Expand Down

0 comments on commit b185cbb

Please sign in to comment.