Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit b5c7d9f

Browse files
committed
Release 0.8.1
1 parent 763e683 commit b5c7d9f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased Changes
44

5+
## 0.8.1 (2021-04-09)
6+
* Updated to latest rbx_xml, which should fix `OptionalCoordinateFrame`-related issues.
7+
58
## 0.8.0 (2021-04-09)
69
* Ported to rbx-dom v2, which includes full support for binary and XML model files.
710
* Changed all upload commands to upload as binary instead of XML.

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "remodel"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "A tool to read, modify, and write Roblox objects."
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"
@@ -24,7 +24,7 @@ rbx_binary = "0.6.0-alpha.4"
2424
rbx_dom_weak = "2.0.0-alpha.1"
2525
rbx_reflection = "4.0.0-alpha.1"
2626
rbx_reflection_database = "0.1.0"
27-
rbx_xml = "0.12.0-alpha.1"
27+
rbx_xml = "0.12.0-alpha.4"
2828

2929
anyhow = "1.0.27"
3030
backtrace = "0.3.45"

0 commit comments

Comments
 (0)