File tree Expand file tree Collapse file tree 11 files changed +14
-10
lines changed
macos-latest-aarch64-shared
macos-latest-amd64-shared
ubuntu-latest-aarch64-shared
ubuntu-latest-amd64-shared Expand file tree Collapse file tree 11 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.9.7
4
+ ### Changed
5
+ - actually need apt update
6
+
3
7
## 0.9.6
4
8
### Changed
5
9
- don't apt update in cirrus build, otherwise it may get stuck waiting for user input
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-macos-aarch64-shared " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-macos-aarch64-shared " 0.9.7 "
2
2
:description " Native dependency of embedded library version of Datalevin on Apple Silicon"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-macos-aarch64 " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-macos-aarch64 " 0.9.7 "
2
2
:description " Native dependency of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-macos-amd64-shared " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-macos-amd64-shared " 0.9.7 "
2
2
:description " Native dependency of JVM version of Datalevin database on MacOS Silicon"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-macos-amd64 " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-macos-amd64 " 0.9.7 "
2
2
:description " Native dependency of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-linux-aarch64-shared " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-linux-aarch64-shared " 0.9.7 "
2
2
:description " Native dependency of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-linux-aarch64 " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-linux-aarch64 " 0.9.7 "
2
2
:description " Native dependency of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-linux-amd64-shared " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-linux-amd64-shared " 0.9.7 "
2
2
:description " Native dependency of JVM version of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.huahaiy /dtlvnative-linux-amd64 " 0.9.6 "
1
+ (defproject org.clojars.huahaiy /dtlvnative-linux-amd64 " 0.9.7 "
2
2
:description " Native dependency of Datalevin database"
3
3
:url " https://github.com/juji-io/dtlvnative"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Original file line number Diff line number Diff line change 1
- (def version " 0.9.6 " )
1
+ (def version " 0.9.7 " )
2
2
3
3
(defproject org.clojars.huahaiy /dtlvnative-windows-amd64 version
4
4
:description " Native dependency of Datalevin database"
You can’t perform that action at this time.
0 commit comments