Skip to content

Commit 56bd049

Browse files
committed
release update, version 0.11
1 parent fc13421 commit 56bd049

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.11
2+
3+
* Passes BC3-Test, with one exception: "SR 270 berechnet nicht den
4+
Stringraum" ("subroutine 270 does not compute string space"): the test
5+
expects memory to be less after allocating a long string. Since memory
6+
management is entirely the JVM's job in this BASICODE implementation, we
7+
cannot honour the expectation of memory being utterly limited.
8+
19
## 0.10
210

311
* File picker pops up if no BASICODE source file is given on the command line.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.haupz</groupId>
88
<artifactId>basicode</artifactId>
9-
<version>0.10</version>
9+
<version>0.11</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

0 commit comments

Comments
 (0)