Skip to content

Commit 4d0fdf0

Browse files
committed
0.4.2
1 parent b448e80 commit 4d0fdf0

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Rojo Change Log
22

33
## Current Master
4-
* Fixed instances that were reconciled not being inserted into the RouteMap.
4+
*No changes*
5+
6+
## 0.4.2 (April 4, 2018)
7+
* Fixed final case of duplicated instance insertion, caused by reconciled instances not being inserted into `RouteMap`.
58
* The reconciler is still not a perfect solution, especially if script instances get moved around without being destroyed. I don't think this can be fixed before a big refactor.
69

710
## 0.4.1 (April 1, 2018)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://travis-ci.org/LPGhatguy/rojo">
99
<img src="https://api.travis-ci.org/LPGhatguy/rojo.svg?branch=master" alt="Travis-CI Build Status" />
1010
</a>
11-
<img src="https://img.shields.io/badge/latest_version-0.4.1-brightgreen.svg" alt="Current server version" />
11+
<img src="https://img.shields.io/badge/latest_version-0.4.2-brightgreen.svg" alt="Current server version" />
1212
</div>
1313

1414
<hr />

plugin/src/Config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
pollingRate = 0.2,
3-
version = {0, 4, 1},
3+
version = {0, 4, 2},
44
expectedServerVersionString = "0.4.x",
55
protocolVersion = 1,
66
dev = false,

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
55
description = "A tool to create robust Roblox projects"
66
license = "MIT"

0 commit comments

Comments
 (0)