Skip to content

Commit

Permalink
Cut 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 29, 2018
1 parent 5a7fe4b commit 818531f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ The combination of these allows me to create as simple or as complex an errro-ha

TBD


## Releases

| Version | Status | Notes |
| -------------- | -------------- | ------------------------------------- |
| 0.1.0 | Released | API-compatible with NASA CMR projects |
| 0.2.0-SNAPSHOT | In development | |


## Additional Resources

* [Enhanced try and throw for Clojure leveraging Clojure's capabilities](https://github.com/scgilardi/slingshot)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ns
"\u001B[35m]\u001B[33m λ\u001B[m=> "))

(defproject clojusc/results "0.1.0-SNAPSHOT"
(defproject clojusc/results "0.1.0"
:description "A (meta)data-centric, FP approach to error handling in Clojure"
:url "https://github.com/clojusc/results"
:license {
Expand Down

0 comments on commit 818531f

Please sign in to comment.