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

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Apr 19, 2020
1 parent 926ee15 commit b0773b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Remodel Changelog

## Unreleased Changes

## 0.7.0 (2020-04-19)
* **Breaking**: Moved script execution to `remodel run` to make room for new subcommands.
* If you previously used `remodel foo.lua`, use `remodel run foo.lua` now.
* Added `--verbose` and `-v` flags for setting verbosity.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remodel"
version = "0.6.1"
version = "0.7.0"
description = "A tool to read, modify, and write Roblox objects."
authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Remodel is a command line tool for manipulating Roblox files and the instances contained within them. It's intended as a building block for Roblox automation tooling.

Remodel is still in early development, but much of its API is already fairly stable. Feedback is welcome!
Remodel is still in early development, but much of its API is already stable. Feedback is welcome!

## Installation

Expand Down Expand Up @@ -315,7 +315,7 @@ On Windows, Remodel will attempt to use the cookie from a logged in Roblox Studi
To give a different auth cookie to Remodel, use the `--auth` argument:

```
remodel foo.lua --auth "$MY_AUTH_COOKIE"
remodel run foo.lua --auth "$MY_AUTH_COOKIE"
```

You can also define the `REMODEL_AUTH` environment variable to avoid passing `--auth` as an argument.
Expand Down

0 comments on commit b0773b2

Please sign in to comment.