Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Dec 15, 2023
1 parent e1fd564 commit ce0a53c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.3-SNAPSHOT"
version = "0.4-SNAPSHOT"
5 changes: 5 additions & 0 deletions docs/index.papyri
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ This will create a JAR file in `metis-app/build/libs` that can be run with `java

@h2 Changelog

@h3 { 0.4.0 }
[
{Removed the `__len__` metamethod (and the `len` function) and replaced it with the `size` function},
]

@h2 { 0.3.0 }
[
{Fixed upvalues having the wrong value when the function is passed as an argument},
Expand Down

0 comments on commit ce0a53c

Please sign in to comment.