Skip to content

Commit

Permalink
v2.11.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 13, 2015
1 parent 58bf4ed commit a17c074
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.11.0-alpha6 / 2015 Dec 1
## v2.11.0-beta1 / 2015 Dec 13

> This is a major performance release that **drops default support for thawing Nippy v1 archives** but is otherwise non-breaking
Expand All @@ -10,7 +10,7 @@
* **Implementation**: swap most macros for fns (make low-level utils easier to use)

```clojure
[com.taoensso/nippy "2.11.0-alpha6"]
[com.taoensso/nippy "2.11.0-beta1"]
```

#### Notes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:

```clojure
[com.taoensso/nippy "2.10.0"] ; Stable
[com.taoensso/nippy "2.11.0-alpha6"] ; Dev, see CHANGELOG for details
[com.taoensso/nippy "2.10.0"] ; Stable
[com.taoensso/nippy "2.11.0-beta1"] ; Dev, see CHANGELOG for details
```

# Nippy, a Clojure serialization library
Expand Down
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.11.0-alpha6"
(defproject com.taoensso/nippy "2.11.0-beta1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure serialization library"
:url "https://github.com/ptaoussanis/nippy"
Expand All @@ -15,7 +15,7 @@
:dependencies
[[org.clojure/clojure "1.5.1"]
[org.clojure/tools.reader "0.10.0"]
[com.taoensso/encore "2.26.1"]
[com.taoensso/encore "2.28.0"]
[org.iq80.snappy/snappy "0.4"]
[org.tukaani/xz "1.5"]
[net.jpountz.lz4/lz4 "1.3"]]
Expand All @@ -26,12 +26,12 @@
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC2"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC3"]]}
:test {:jvm-opts ["-Xms1024m" "-Xmx2048m"]
:dependencies [[org.clojure/test.check "0.9.0"]
[org.clojure/data.fressian "0.2.1"]
[org.xerial.snappy/snappy-java "1.1.2"]]}
:dev [:1.7 :test
:dev [:1.8 :test
{:plugins
[[lein-pprint "1.1.2"]
[lein-ancient "0.6.8"]
Expand All @@ -40,7 +40,7 @@
:test-paths ["test" "src"]

:codox
{:language :clojure ; [:clojure :clojurescript] ; No support?
{:language :clojure
:source-uri "https://github.com/ptaoussanis/nippy/blob/master/{filepath}#L{line}"}

:aliases
Expand Down

0 comments on commit a17c074

Please sign in to comment.