Skip to content

Commit

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

## Current version
## 0.3.26 (2021-03-01)

* Array fields in structs.

* Various Apple II-related improvements, including ProDOS support (thanks to @retrac0).

Expand Down
2 changes: 1 addition & 1 deletion COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Test suite is useful if you plan on modifying the compiler. Some test dependenci

* run `sbt compile` to compile the project

* run `sbt assemble` to build the executable jar file, it should appear in `target/scala-2.12`
* run `sbt assembly` to build the executable jar file, it should appear in `target/scala-2.12`

### Building a native executable

Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name := "millfork"

version := "0.3.25-SNAPSHOT"
version := "0.3.26"

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

resolvers += Resolver.mavenLocal
Expand Down

0 comments on commit 15a32a4

Please sign in to comment.