Skip to content

Commit 62bb5a2

Browse files
committed
v0.5.0-alpha.13
1 parent f768b20 commit 62bb5a2

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Rojo Changelog
22

33
## Unreleased Changes
4+
5+
## [0.5.0 Alpha 13](https://github.com/rojo-rbx/rojo/releases/tag/v0.5.0-alpha.13) (August 2, 2019)
6+
* Bumped minimum Rust version to 1.34.0.
47
* Fixed default port documentation in `rojo serve --help` ([#219](https://github.com/rojo-rbx/rojo/issues/219))
58
* Fixed BrickColor support by upgrading Roblox-related dependencies
69

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have Rust installed, the easiest way to get Rojo is with Cargo!
2929
To install the latest 0.5.0 alpha, use:
3030

3131
```sh
32-
cargo install rojo --version 0.5.0-alpha.12
32+
cargo install rojo --version 0.5.0-alpha.13
3333
```
3434

3535
## Installing the Plugin

plugin/src/Config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
codename = "Epiphany",
3-
version = {0, 5, 0, "-alpha.12"},
3+
version = {0, 5, 0, "-alpha.13"},
44
expectedServerVersionString = "0.5.0 or newer",
55
protocolVersion = 2,
66
defaultHost = "localhost",

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "0.5.0-alpha.12"
3+
version = "0.5.0-alpha.13"
44
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
55
description = "Enables professional-grade development tools for Roblox developers"
66
license = "MIT"

0 commit comments

Comments
 (0)