From 874b89ac8f19ce9fc3200ed0a1cf966e653dcc96 Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Tue, 13 Dec 2022 12:48:29 -0800 Subject: [PATCH] Version 0.6.5 --- CHANGELOG.md | 4 ++++ macos-latest-aarch64-shared/project.clj | 2 +- macos-latest-aarch64/project.clj | 2 +- macos-latest-amd64/project.clj | 2 +- ubuntu-latest-amd64/project.clj | 2 +- windows-amd64/project.clj | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5288d0..bce3481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/macos-latest-aarch64-shared/project.clj b/macos-latest-aarch64-shared/project.clj index dbaab01..a8c8f41 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.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" diff --git a/macos-latest-aarch64/project.clj b/macos-latest-aarch64/project.clj index 730ed1b..642d5b2 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.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" diff --git a/macos-latest-amd64/project.clj b/macos-latest-amd64/project.clj index 848cb53..8854d61 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.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" diff --git a/ubuntu-latest-amd64/project.clj b/ubuntu-latest-amd64/project.clj index c562cfd..6459e24 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.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" diff --git a/windows-amd64/project.clj b/windows-amd64/project.clj index b1720b3..1664335 100644 --- a/windows-amd64/project.clj +++ b/windows-amd64/project.clj @@ -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"