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

Commit 0aa4e4d

Browse files
committed
Release 0.6.1
1 parent 9202ea0 commit 0aa4e4d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased Changes
44

5+
## 0.6.1 (2019-12-11)
6+
* Upgraded reflection database and dependencies.
7+
* Error messages should now be improved, thanks to an rlua upgrade
8+
* XML models with CRLF line endings should no longer error spuriously, thanks to an rbx_xml upgrade
9+
510
## 0.6.0 (2019-09-27)
611
* **Breaking:** `Instance.new` now only works for instances that actually exist.
712
* Added `Instance:Clone()` for copying instances all over the place, as is Roblox tradition. ([#12](https://github.com/rojo-rbx/remodel/issues/12))

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "remodel"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "A tool to read, modify, and write Roblox objects."
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)