diff --git a/README.md b/README.md index 3cce3fc..a20f7b8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/project.clj b/project.clj index 6ee35a3..a0d5723 100644 --- a/project.clj +++ b/project.clj @@ -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 {