Skip to content

Commit

Permalink
0.13.1 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Dec 7, 2022
1 parent ca713e6 commit 2eb6a05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
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)

## [0.23.1](https://github.com/Kampfkarren/selene/releases/tag/0.23.1) - 2022-12-06
### Fixed
- Fixed event warnings not being possible to filter out with `roblox_incorrect_roact_usage`.

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.0"
version = "0.23.1"
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.0", default-features = false }
selene-lib = { path = "../selene-lib", version = "=0.23.1", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8.24"
Expand Down

0 comments on commit 2eb6a05

Please sign in to comment.