Skip to content

Commit bbfb5f1

Browse files
committed
Increment project version to 0.1.5
Changes since the last version: - Re-implemented the `npmap` function in `io.mandoline.utils` using the Claypoole library - Fixed a race condition in `CachingChunkStore` - Added Leon Barrett to the list of contributors in README
1 parent ab75051 commit bbfb5f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,5 +574,5 @@ Credits
574574
-------
575575
Shoutouts to Brian Davis, Alice Liang, Steve Kim, and Sebastian Galkin for
576576
being major contributors to this project. More shoutouts to Jeffrey
577-
Gerard, Tim Chagnon, Satshabad Khalsa, Daniel Richman, and Arthur Silva
578-
for contributing to Mandoline.
577+
Gerard, Tim Chagnon, Satshabad Khalsa, Daniel Richman, Arthur Silva, and
578+
Leon Barrett for contributing to Mandoline.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.mandoline/mandoline-core "0.1.4"
1+
(defproject io.mandoline/mandoline-core "0.1.5"
22
:description
33
"Mandoline is a distributed store for multi-dimensional arrays"
44
:license {:name "Apache License, version 2.0"

0 commit comments

Comments
 (0)