Skip to content

Commit

Permalink
[release] 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Feb 24, 2016
1 parent 4a8149a commit 96e6c6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.1.7
* Fixes a bug where accountant wouldn't reload when the target had a different
hostname
* Removes dependency on Secretary, allowing for use with other routing
libraries.

0.1.6
* Fixes a bug where query parameters would persist at different paths.
* Adds support for URL hash fragments.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ browsers will be left behind.
Just add the following to your `project.clj`:

```clojure
:dependencies [venantius/accountant "0.1.6"]
:dependencies [venantius/accountant "0.1.7"]
```

## Usage
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 venantius/accountant "0.1.6"
(defproject venantius/accountant "0.1.7"
:description "Navigation for Single-Page Applications Made Easy."
:url "http://github.com/venantius/accountant"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 96e6c6c

Please sign in to comment.