diff --git a/build.gradle.kts b/build.gradle.kts index eb533f4..79b211e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,4 +11,4 @@ subprojects { } group = "io.github.seggan" -version = "0.1-SNAPSHOT" \ No newline at end of file +version = "0.3-SNAPSHOT" \ No newline at end of file diff --git a/docs/index.papyri b/docs/index.papyri index 6e580e7..ffa4032 100644 --- a/docs/index.papyri +++ b/docs/index.papyri @@ -42,13 +42,14 @@ This will create a JAR file in `metis-app/build/libs` that can be run with `java @h2 Changelog -@h2 { 0.3.0 (upcoming) } +@h2 { 0.3.0 } [ {Fixed upvalues having the wrong value when the function is passed as an argument}, {Added functions to `list` and `string`}, {Changed the comment character from `//` to `#`}, {Implemented the `**` (power) and `//` (floor division) operators}, {Changed `__inclrange__` to `__inclRange__` for consistency}, + {Implemented the compound assignment operators}, ] @h2 { 0.2.0 }