File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Time for a ChangeLog!
2
2
3
- ## 2.00-beta-17
3
+ ## 2.00-beta-18
4
4
* Additional fix for 162 to allow booleans to be considered primitives and be output inline.
5
- * Experimental fix for [ issue 164] ( https://github.com/clj-python/libpython-clj/issues/164 ) .
5
+ * Experimental fix for [ issue 164] ( https://github.com/clj-python/libpython-clj/issues/164 ) - Unsigned int64 fails with
6
+ ` OverflowError: int too big to convert ` .
7
+
8
+ ## 2.00-beta-17
9
+ * Almost fix fo [ issue 163] ( https://github.com/clj-python/libpython-clj/issues/163 ) - codegen fails with JVM primitives.
6
10
7
11
## 2.00-beta-16
8
12
* Fix for [ issue 162] ( https://github.com/clj-python/libpython-clj/issues/162 ) - many things failing when using JDK-16.
Original file line number Diff line number Diff line change 46
46
:exec-fn hf.depstar/jar
47
47
:exec-args {:group-id " clj-python"
48
48
:artifact-id " libpython-clj"
49
- :version " 2.00-beta-18 "
49
+ :version " 2.00-beta-19-SNAPSHOT "
50
50
:sync-pom true
51
51
:jar " target/libpython-clj.jar" }}
52
52
:deploy
You can’t perform that action at this time.
0 commit comments