Skip to content

Commit

Permalink
Version 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolS committed Dec 15, 2021
1 parent fb30075 commit 3b3ee1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Current version
## 0.3.30 (2021-12-15)

* Added volatile structure fields (#112).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.

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

## Features
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "millfork"

version := "0.3.29-SNAPSHOT"
version := "0.3.30"

// keep it at 2.12.11 for GraalVM native image compatibility!
scalaVersion := "2.12.11"
Expand Down
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The examples showcased here are designed to compile with a compiler built from the newest sources.
If you are using a release version of the compiler, consider browsing the older versions of the examples:

* [for version 0.3.28](https://github.com/KarolS/millfork/tree/v0.3.28/examples)

* [for version 0.3.26](https://github.com/KarolS/millfork/tree/v0.3.26/examples)

* [for version 0.3.24](https://github.com/KarolS/millfork/tree/v0.3.24/examples)

* [for version 0.3.22](https://github.com/KarolS/millfork/tree/v0.3.22/examples)

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

0 comments on commit 3b3ee1b

Please sign in to comment.