Skip to content

Commit

Permalink
Version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Dec 13, 2022
1 parent f380a90 commit 874b89a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 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.6.5
### Fixed
- release workflow

## 0.6.4
### Added
- MacOS aarch64 platform. Build both static version for native dtlv, and shared library version for LMDBJava
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.6.4"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.6.5"
: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-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.6.4"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.6.5"
: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/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.6.4"
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.6.5"
: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/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.6.4"
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.6.5"
: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/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.6.4")
(def version "0.6.5")

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

0 comments on commit 874b89a

Please sign in to comment.