Skip to content

Commit de8c493

Browse files
author
Huahai Yang
committed
Version 0.9.7
1 parent 565f4c9 commit de8c493

File tree

11 files changed

+14
-10
lines changed

11 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.9.7
4+
### Changed
5+
- actually need apt update
6+
37
## 0.9.6
48
### Changed
59
- don't apt update in cirrus build, otherwise it may get stuck waiting for user input

macos-latest-aarch64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.9.7"
22
:description "Native dependency of embedded library version of Datalevin on Apple Silicon"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-aarch64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.9.7"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-amd64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.9.7"
22
:description "Native dependency of JVM version of Datalevin database on MacOS Silicon"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.9.7"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-aarch64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.7"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-aarch64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.7"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-amd64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.9.7"
22
:description "Native dependency of JVM version of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.9.6"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.9.7"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

windows-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.9.6")
1+
(def version "0.9.7")
22

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

0 commit comments

Comments
 (0)