Skip to content

Commit

Permalink
0.26.0 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Nov 11, 2023
1 parent 6e88708 commit 925218a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["selene", "selene-lib"]
resolver = "2"

[workspace.package]
version = "0.25.0"
version = "0.26.0"
authors = ["Kampfkarren <[email protected]>"]
edition = "2021"
homepage = "https://kampfkarren.github.io/selene/"
Expand All @@ -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"

0 comments on commit 925218a

Please sign in to comment.