Skip to content

Commit

Permalink
upgrade mapdb and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrusher committed Aug 23, 2018
1 parent b37abed commit 7bf388b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
### Changed

## [0.1.5] - 2018-08-23
### Changed
- MapDB version bumped to `3.0.7`.

## [0.1.5] - 2018-03-01
### Changed
- MapDB version bumped to 3.0.6.
- MapDB version bumped to `3.0.6`.
### Fixed
- No longer creates bogus subdirectories when given a non-existent
database filename while in read-only mode.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployed in production, and quite useful.
## Usage

``` clojure
[spicerack "0.1.5"]
[spicerack "0.1.6"]
```

There are only a handful of functions in this wrapper. It provides
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject spicerack "0.1.5"
(defproject spicerack "0.1.6"
:description "A Clojure wrapper for MapDB, which is a fast disk-persistent data-structure library."
:url "https://github.com/jackrusher/spicerack"
:license {:name "Eclipse Public License"
Expand All @@ -8,8 +8,8 @@
[org.eclipse.collections/eclipse-collections "7.1.1"]
[org.eclipse.collections/eclipse-collections-forkjoin "7.1.1"]
[com.google.guava/guava "19.0"]
[org.mapdb/mapdb "3.0.6"
:exclusions [org.eclipse.collections/eclipse-collections-api
[org.mapdb/mapdb "3.0.7"
:exclusions [org.eclipse.collections/eclipse-collections-api
org.eclipse.collections/eclipse-collections
org.eclipse.collections/eclipse-collections-forkjoin
com.google.guava/guava]]]
Expand Down

0 comments on commit 7bf388b

Please sign in to comment.