diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d47d24..b8c34d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## WIP +## 0.8.4 ### Changed - also build static with musl for linux for master branch of LMDB diff --git a/macos-latest-aarch64-shared/project.clj b/macos-latest-aarch64-shared/project.clj index fe077b1..a563830 100644 --- a/macos-latest-aarch64-shared/project.clj +++ b/macos-latest-aarch64-shared/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.8.4" :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" diff --git a/macos-latest-aarch64/project.clj b/macos-latest-aarch64/project.clj index b900963..6c654ea 100644 --- a/macos-latest-aarch64/project.clj +++ b/macos-latest-aarch64/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.8.4" :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" diff --git a/macos-latest-amd64-shared/project.clj b/macos-latest-amd64-shared/project.clj index ffb6226..fa882d0 100644 --- a/macos-latest-amd64-shared/project.clj +++ b/macos-latest-amd64-shared/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.8.4" :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" diff --git a/macos-latest-amd64/project.clj b/macos-latest-amd64/project.clj index 6951d92..37a7b48 100644 --- a/macos-latest-amd64/project.clj +++ b/macos-latest-amd64/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.8.4" :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" diff --git a/ubuntu-latest-amd64-shared/project.clj b/ubuntu-latest-amd64-shared/project.clj index 5df3f7e..2275f54 100644 --- a/ubuntu-latest-amd64-shared/project.clj +++ b/ubuntu-latest-amd64-shared/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.8.4" :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" diff --git a/ubuntu-latest-amd64/project.clj b/ubuntu-latest-amd64/project.clj index 7b11d14..f4921ab 100644 --- a/ubuntu-latest-amd64/project.clj +++ b/ubuntu-latest-amd64/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.7.12" +(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.8.4" :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" diff --git a/windows-amd64-shared/project.clj b/windows-amd64-shared/project.clj index ab95032..ce65e03 100644 --- a/windows-amd64-shared/project.clj +++ b/windows-amd64-shared/project.clj @@ -1,4 +1,4 @@ -(def version "0.7.12") +(def version "0.8.4") (defproject org.clojars.huahaiy/dtlvnative-windows-amd64-shared version :description "Native dependency of JVM library version of Datalevin database" diff --git a/windows-amd64/project.clj b/windows-amd64/project.clj index 12bd0bc..d0ebbbf 100644 --- a/windows-amd64/project.clj +++ b/windows-amd64/project.clj @@ -1,4 +1,4 @@ -(def version "0.7.12") +(def version "0.8.4") (defproject org.clojars.huahaiy/dtlvnative-windows-amd64 version :description "Native dependency of Datalevin database"