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

Commit 03963df

Browse files
committed
Release 0.7.1
1 parent 5d59d97 commit 03963df

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Remodel Changelog
22

33
## Unreleased Changes
4+
5+
## 0.7.1 (2020-07-06)
46
* Fixed first argument to `remodel run` script being eaten by Remodel. ([#19](https://github.com/Roblox/remodel/issues/19))
57

68
## 0.7.0 (2020-04-19)

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.7.0"
3+
version = "0.7.1"
44
description = "A tool to read, modify, and write Roblox objects."
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Remodel can be installed with Foreman, a toolchain manager for Roblox projects:
1717

1818
```toml
1919
[tools]
20-
remodel = { source = "Roblox/remodel", version = "0.6.1" }
20+
remodel = { source = "Roblox/remodel", version = "0.7.1" }
2121
```
2222

2323
### From GitHub Releases

0 commit comments

Comments
 (0)