1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-18 00:29:30 +00:00

Version 0.3.6

This commit is contained in:
Karol Stasiak 2019-08-05 22:26:27 +02:00
parent efe103b070
commit 6c623e1935
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.6
* **Breaking change!**
The `petscii` encoding now uses the $C0-$DE range for uppercase characters instead of $60-$7E.

View File

@ -31,6 +31,7 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests
"com.loomcom.symon" % "symon"
"com.grapeshot" % "halfnes"
"eu.rekawek.coffeegb" % "coffee-gb"
"roug.org.osnine" % "osnine-core"
* navigate to the project directory

View File

@ -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.4).
(latest: 0.3.6).
For build instructions, see [Build instructions](./COMPILING.md).
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.5-SNAPSHOT"
version := "0.3.6"
scalaVersion := "2.12.8"