Skip to content

Commit d63ac61

Browse files
committed
Version 0.5.3
1 parent 2f3157b commit d63ac61

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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+
## `0.5.3` - February 26th, 2023
12+
13+
### Fixed
14+
15+
- Fixed `lune --generate-selene-types` generating an invalid Selene definitions file
16+
- Fixed (maybe) type definition parsing issues on Windows
17+
1118
## `0.5.2` - February 26th, 2023
1219

1320
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 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.5.2"
8+
version = "0.5.3"
99
edition = "2021"
1010
license = "MPL-2.0"
1111
repository = "https://github.com/filiptibell/lune"

0 commit comments

Comments
 (0)