diff --git a/CHANGES.md b/CHANGES.md index 332cf2b..2fa8fd6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changelog # +## Version 0.3.0 ## + +Date: 2017-11-15 + +- Added a new combinator: into +- Added new macro try> +- Removed macros tryc, tryc-let, map->, map-failure->, bind-> + ## Version 0.2.0 ## Date: 2017-11-11 diff --git a/project.clj b/project.clj index ae132fb..bef5245 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject anler/try "0.2.0" +(defproject anler/try "0.3.0" :description "Handle exceptions as values in Clojure." :url "https://github.com/anler/try" :license {:name "BSD (2-Clause)"