Skip to content

Commit

Permalink
0.24.0 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jan 10, 2023
1 parent e2ec769 commit 6b2fc48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.23.0...HEAD)
## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.24.0...HEAD)

## [0.24.0](https://github.com/Kampfkarren/selene/releases/tag/0.24.0) - 2023-01-10
### Added
- Added new [`manual_table_clone` lint](https://kampfkarren.github.io/selene/lints/manual_table_clone.html), which will catch manual re-implementations of `table.clone` in Luau.
- Added `filename` field to diagnostic message labels in JSON output, indicating for which file the message was generated (#453)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
members = ["selene", "selene-lib"]

[workspace.package]
version = "0.23.1"
version = "0.24.0"
authors = ["Kampfkarren <[email protected]>"]
edition = "2021"
homepage = "https://kampfkarren.github.io/selene/"
Expand Down
2 changes: 1 addition & 1 deletion selene/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ globset = "0.4.9"
lazy_static = "1.4"
num_cpus = "1.10"
profiling = { version = "1.0.6" }
selene-lib = { path = "../selene-lib", version = "=0.23.1", default-features = false }
selene-lib = { path = "../selene-lib", version = "=0.24.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8.24"
Expand Down

0 comments on commit 6b2fc48

Please sign in to comment.