Skip to content

Commit

Permalink
Version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed May 15, 2023
1 parent 7cd4e34 commit 1af1839
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.8.7
### Fix
- fix directory

## 0.8.6
### Changed
- use ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion macos-latest-aarch64-shared/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.8.7"
:description "Native dependency of embedded library version of Datalevin on Apple Silicon"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macos-latest-aarch64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.8.7"
:description "Native dependency of Datalevin database"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macos-latest-amd64-shared/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.8.7"
:description "Native dependency of JVM version of Datalevin database on MacOS Silicon"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macos-latest-amd64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.8.7"
:description "Native dependency of Datalevin database"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-latest-amd64-shared/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.8.7"
:description "Native dependency of JVM version of Datalevin database"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-latest-amd64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.8.6"
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.8.7"
:description "Native dependency of Datalevin database"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion windows-amd64-shared/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.8.6")
(def version "0.8.7")

(defproject org.clojars.huahaiy/dtlvnative-windows-amd64-shared version
:description "Native dependency of JVM library version of Datalevin database"
Expand Down
2 changes: 1 addition & 1 deletion windows-amd64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.8.6")
(def version "0.8.7")

(defproject org.clojars.huahaiy/dtlvnative-windows-amd64 version
:description "Native dependency of Datalevin database"
Expand Down

0 comments on commit 1af1839

Please sign in to comment.