Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anler committed Nov 15, 2017
1 parent f568b43 commit f4f2a9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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)"
Expand Down

0 comments on commit f4f2a9c

Please sign in to comment.