Skip to content

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Aug 10, 2024
1 parent 7773ccd commit 565f4c9
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 10 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.9.6
### Changed
- don't apt update in cirrus build, otherwise it may get stuck waiting for user input

## 0.9.5
### Added
- Linux aarch64 shared and static build on native platform
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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.9.6"
: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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.9.6"
: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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.9.6"
: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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.9.6"
: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-aarch64-shared/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.5"
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.6"
: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-aarch64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.5"
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.6"
: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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.9.6"
: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.9.5"
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.9.6"
: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.9.5")
(def version "0.9.6")

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

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

0 comments on commit 565f4c9

Please sign in to comment.