Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Dec 14, 2023
1 parent fcc0196 commit 6030f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ subprojects {
}

group = "io.github.seggan"
version = "0.1-SNAPSHOT"
version = "0.3-SNAPSHOT"
3 changes: 2 additions & 1 deletion docs/index.papyri
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 6030f9e

Please sign in to comment.