From 96e6c6ccf46c0b2309ddcf004cb87ac4e32d68c9 Mon Sep 17 00:00:00 2001 From: Ursa Americanus Kermodei Date: Tue, 23 Feb 2016 22:06:51 -0800 Subject: [PATCH] [release] 0.1.7 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44925cc..4bae8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 5331c16..18976f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 0f94e21..c578a37 100644 --- a/project.clj +++ b/project.clj @@ -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"