Skip to content

Commit

Permalink
Version 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolS committed Nov 6, 2019
1 parent 3b5006b commit 02be0a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change log

## Current version
## 0.3.12

* **Breaking change!**
The `petscr`, `petscrjp` and `atasciiscr` encodings now use $E0 and $DB respectively as their string terminator.

* **Potentially breaking change!**
Changed the identifiers for various subtypes of the 65C02 processors.

* Added `nullchar_scr` and `NULLCHAR_SCR`

* Added the `scrstring` module
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 and Z80-based microcomputers.

For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
(latest: 0.3.10).
(latest: 0.3.12).
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.11-SNAPSHOT"
version := "0.3.12"

scalaVersion := "2.12.10"

Expand Down

0 comments on commit 02be0a8

Please sign in to comment.