Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 26, 2014
1 parent bfc8d20 commit 5f82e8f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.0 / 2014 Mar 26

* Minor housekeeping, **v1.0.0 release**.


## v0.9.9 / 2014 Mar 15

* NEW: Add `swap!*`, `reset!*` fns (cross-platform).
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:

```clojure
[com.taoensso/encore "0.9.9"]
[com.taoensso/encore "1.0.0"] ; Stable
```

# Taoensso lib support utils
# Cross-platform Clojure utils library

Cross-platform shared support utils for [taoensso.com Clojure libs](https://www.taoensso.com/clojure-libraries). < ~1200 loc, no external dependencies.
Grab-bag of the most common Clojure/Script utils I find myself reaching for again and again. Acts as a kind of an adjunct to what's in Clojure core (hence _encore_).

* See the [API docs][] and/or [source][] to see what's available.
* < ~1200 loc, **no external dependencies**.
* Used as a shared support library for the [taoensso Clojure libs][].

## Contact & contributing

Expand All @@ -23,6 +27,7 @@ Copyright &copy; 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Publ
[API docs]: <http://ptaoussanis.github.io/encore/>
[CHANGELOG]: <https://github.com/ptaoussanis/encore/blob/master/CHANGELOG.md>
[other Clojure libs]: <https://www.taoensso.com/clojure-libraries>
[taoensso Clojure libs]: <https://www.taoensso.com/clojure-libraries>
[Twitter]: <https://twitter.com/ptaoussanis>
[semantic]: <http://semver.org/>
[Leiningen]: <http://leiningen.org/>
Expand All @@ -33,3 +38,4 @@ Copyright &copy; 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Publ
[Cider]: <https://github.com/clojure-emacs/cider>
[taoensso.com]: <https://www.taoensso.com>
[Eclipse Public License]: <https://raw2.github.com/ptaoussanis/encore/master/LICENSE>
[source]: <https://github.com/ptaoussanis/encore/blob/master/src/taoensso/encore.cljx>
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/encore "0.9.9"
(defproject com.taoensso/encore "1.0.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Shared support utils for taoensso.com Clojure libs"
:url "https://github.com/ptaoussanis/encore"
Expand Down

0 comments on commit 5f82e8f

Please sign in to comment.