Skip to content

Commit

Permalink
version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scgilardi committed Dec 11, 2011
1 parent aaabda7 commit 06d3ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -22,7 +22,7 @@
- provide slingshot/get-thrown-object to retrieve the object
thrown by throw or throw+ given a Throwable caught within an
ordinary try form.
* version next
* version 0.10.0
- add get-throw-context and reimplement get-thrown-object using it
- get-thrown-object will now find stones in cause chains like
try+/catch does
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject slingshot "0.9.1-SNAPSHOT"
(defproject slingshot "0.10.0"
:description "Enhanced throw, try, leveraging Clojure's capabilities"
:dependencies [[org.clojure/clojure "1.2.1"]]
:java-source-path [["java/src"]])

0 comments on commit 06d3ef0

Please sign in to comment.