diff --git a/CHANGELOG.md b/CHANGELOG.md index cff1241e..43e75d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.25.0...HEAD) +## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.26.0...HEAD) + +## [0.26.0](https://github.com/Kampfkarren/selene/releases/tag/0.26.0) - 2023-11-11 ### Added - Added `table.move` and `math.tointeger` to Lua 5.3 standard library - Added `bit32.*` functions to Lua 5.2 standard library diff --git a/Cargo.toml b/Cargo.toml index 383ee1ae..7c9416f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["selene", "selene-lib"] resolver = "2" [workspace.package] -version = "0.25.0" +version = "0.26.0" authors = ["Kampfkarren "] edition = "2021" homepage = "https://kampfkarren.github.io/selene/" @@ -15,4 +15,4 @@ full_moon = "0.19.0" toml = "0.7.2" # Do not update this without confirming profiling uses the same version of tracy-client as selene -profiling = "1.0.7" +profiling = "1.0.7" \ No newline at end of file