Skip to content

Commit

Permalink
Update readme and release 0.4.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkorecki committed Sep 9, 2019
1 parent d100844 commit 9119b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -15,6 +15,7 @@ Since the original repo seems to be abandoned, this fork addresses the following

- [x] NPE when deserializing nullable record attributes of type array
- [x] deserializing map keys as keywords
- [x] serializing nullable maps
- [ ] logical types (aka support for timestamps, dates etc)

## Installation
Expand All @@ -23,7 +24,7 @@ Abracad is available on Clojars. Add this `:dependency` to your
Leiningen `project.clj`:

```clj
[nomnom/abracad "0.4.15"]
[nomnom/abracad "0.4.16-SNAPSHOT"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject nomnom/abracad "0.4.15"
(defproject nomnom/abracad "0.4.16-SNAPSHOT"
:description "De/serialize Clojure data structures with Avro"
:url "http://github.com/nomnom/abracad"
:licenses [{:name "Eclipse Public License"
Expand Down

0 comments on commit 9119b1e

Please sign in to comment.