Version 0.5.3

This commit is contained in:
Filip Tibell 2023-02-26 21:42:28 +01:00
parent 2f3157b64d
commit d63ac6191a
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

View file

@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## `0.5.3` - February 26th, 2023
### Fixed
- Fixed `lune --generate-selene-types` generating an invalid Selene definitions file
- Fixed (maybe) type definition parsing issues on Windows
## `0.5.2` - February 26th, 2023
### Fixed

4
Cargo.lock generated
View file

@ -775,7 +775,7 @@ dependencies = [
[[package]]
name = "lune"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"async-trait",
@ -802,7 +802,7 @@ dependencies = [
[[package]]
name = "lune-cli"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"clap",

View file

@ -5,7 +5,7 @@ default-members = ["packages/cli"]
# Package config values shared across all packages,
# such as version, license, and other metadata
[workspace.package]
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/filiptibell/lune"