Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bsless committed Jun 6, 2021
1 parent ccad028 commit d1d06d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.0.10] - 2021-06-06

### Add

- Variadic arity assoc-in. The analysis collapses all paths to a tree
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ See [results.md](doc/results.md) for experiments' detailed benchmark results.
Add in your `project.clj`:

```clojure
[bsless/clj-fast "0.0.9"]
[bsless/clj-fast "0.0.10"]
```

WARNING: Due to a bug in leiningen, versions built prior to `0.0.9` will pull in extra dependencies. Make sure to upgrade!
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bsless/clj-fast "0.0.10-SNAPSHOT"
(defproject bsless/clj-fast "0.0.10"
:description "Fast Inline Clojure Core functions"
:url "https://github.com/bsless/clj-fast"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit d1d06d1

Please sign in to comment.