Skip to content

Commit

Permalink
Release rbx_binary 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Aug 9, 2023
1 parent 80446dd commit aa50621
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions rbx_binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# rbx_binary Changelog

## Unreleased

## 0.7.1 (2023-08-09)
* Added support for `UniqueId` values. ([#271])
* Added migrations for properties like `ScreenGui.IgnoreGuiInset` and `TextLabel.Font` to their new counterparts (`ScreenGui.GuiInsets` and `TextLabel.FontFace`, respectively). ([#283])
* Added support for `Terrain.MaterialColors`. ([#323])
Expand Down
8 changes: 4 additions & 4 deletions rbx_binary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_binary"
description = "Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats"
version = "0.7.0"
version = "0.7.1"
license = "MIT"
documentation = "https://docs.rs/rbx_binary"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand All @@ -14,9 +14,9 @@ edition = "2018"
unstable_text_format = ["serde"]

[dependencies]
rbx_dom_weak = { version = "2.3.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.2.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.2.6", path = "../rbx_reflection_database" }
rbx_dom_weak = { version = "2.5.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.3.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.2.7", path = "../rbx_reflection_database" }

log = "0.4.17"
lz4 = "1.23.3"
Expand Down

0 comments on commit aa50621

Please sign in to comment.