Skip to content

Commit

Permalink
0.27.1 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Apr 28, 2024
1 parent cd08fc4 commit cbd7746
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.26.1...HEAD)
## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.27.1...HEAD)

## [0.27.0](https://github.com/Kampfkarren/selene/compare/0.26.1...0.26.2) - 2024-04-28
## [0.27.1](https://github.com/Kampfkarren/selene/releases/tag/0.27.1) - 2024-04-28
### Fixed
- Fixed `Instance.new`'s second parameter being incorrectly marked as required.

## [0.27.0](https://github.com/Kampfkarren/selene/releases/tag/0.27.0) - 2024-04-28
### Added
- Added `CFrame.lookAlong` to the Roblox standard library
- Added `deprecated` config field to standard library function parameters
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"]
resolver = "2"

[workspace.package]
version = "0.27.0"
version = "0.27.1"
authors = ["Kampfkarren <kampfkarren@gmail.com>"]
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.10"
lazy_static = "1.4"
num_cpus = "1.15"
profiling.workspace = true
selene-lib = { path = "../selene-lib", version = "=0.27.0", default-features = false }
selene-lib = { path = "../selene-lib", version = "=0.27.1", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9.16"
Expand Down

0 comments on commit cbd7746

Please sign in to comment.