Skip to content

Commit 587e30a

Browse files
committed
Version 0.6.5
1 parent 03680ec commit 587e30a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11-
## Unreleased
11+
## `0.6.5` - March 27th, 2023
1212

1313
### Changed
1414

@@ -18,7 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
- Fixed access of roblox instance properties such as `Workspace.Terrain`, `game.Workspace` that are actually links to child instances. <br />
2020
These properties are always guaranteed to exist, and they are not always properly set, meaning they must be found through an internal lookup.
21-
- Fixed issues with CFrame math operations.
21+
- Fixed issues with the `CFrame.lookAt` and `CFrame.new(Vector3, Vector3)` constructors.
22+
- Fixed issues with CFrame math operations returning rotation angles in the wrong order.
2223

2324
## `0.6.4` - March 26th, 2023
2425

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default-members = ["packages/cli"]
55
# Package config values shared across all packages,
66
# such as version, license, and other metadata
77
[workspace.package]
8-
version = "0.6.4"
8+
version = "0.6.5"
99
edition = "2021"
1010
license = "MPL-2.0"
1111
repository = "https://github.com/filiptibell/lune"

0 commit comments

Comments
 (0)