Skip to content

Commit 3b3ee1b

Browse files
committed
Version 0.3.30
1 parent fb30075 commit 3b3ee1b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## Current version
3+
## 0.3.30 (2021-12-15)
44

55
* Added volatile structure fields (#112).
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.
66

77
For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
8-
(latest: 0.3.28).
8+
(latest: 0.3.30).
99
For build instructions, see [Build instructions](./COMPILING.md).
1010

1111
## Features

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "millfork"
22

3-
version := "0.3.29-SNAPSHOT"
3+
version := "0.3.30"
44

55
// keep it at 2.12.11 for GraalVM native image compatibility!
66
scalaVersion := "2.12.11"

examples/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The examples showcased here are designed to compile with a compiler built from the newest sources.
44
If you are using a release version of the compiler, consider browsing the older versions of the examples:
55

6+
* [for version 0.3.28](https://github.com/KarolS/millfork/tree/v0.3.28/examples)
7+
8+
* [for version 0.3.26](https://github.com/KarolS/millfork/tree/v0.3.26/examples)
9+
10+
* [for version 0.3.24](https://github.com/KarolS/millfork/tree/v0.3.24/examples)
11+
612
* [for version 0.3.22](https://github.com/KarolS/millfork/tree/v0.3.22/examples)
713

814
* [for version 0.3.18](https://github.com/KarolS/millfork/tree/v0.3.18/examples)

0 commit comments

Comments
 (0)