Version 0.7.1

This commit is contained in:
Filip Tibell 2023-06-17 21:13:55 +02:00
parent dfca4d3077
commit a0f6b25b9e
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ 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).
## Unreleased
## `0.7.1` - June 17th, 2023
### Added

16
Cargo.lock generated
View file

@ -1561,7 +1561,7 @@ dependencies = [
[[package]]
name = "rbx_binary"
version = "0.7.0"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"log",
"lz4",
@ -1592,7 +1592,7 @@ dependencies = [
[[package]]
name = "rbx_dom_weak"
version = "2.4.0"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"rbx_types",
"serde",
@ -1601,7 +1601,7 @@ dependencies = [
[[package]]
name = "rbx_reflection"
version = "4.2.0"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"rbx_types",
"serde",
@ -1610,7 +1610,7 @@ dependencies = [
[[package]]
name = "rbx_reflection_database"
version = "0.2.6+roblox-572"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"lazy_static",
"rbx_reflection",
@ -1621,7 +1621,7 @@ dependencies = [
[[package]]
name = "rbx_types"
version = "1.5.0"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"base64 0.13.1",
"bitflags",
@ -1635,7 +1635,7 @@ dependencies = [
[[package]]
name = "rbx_xml"
version = "0.13.0"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=45525315f6b241f14de3085bc6634f90c8684546#45525315f6b241f14de3085bc6634f90c8684546"
dependencies = [
"base64 0.13.1",
"log",
@ -1781,9 +1781,9 @@ dependencies = [
[[package]]
name = "rmp-serde"
version = "1.1.1"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
checksum = "4ce7d70c926fe472aed493b902010bccc17fa9f7284145cb8772fd22fdb052d8"
dependencies = [
"byteorder 1.4.3",
"rmp",

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.7.0"
version = "0.7.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/filiptibell/lune"