From d7e2a3542c042aa1b32335e8a465e21ec81ac8bc Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 2 Jan 2018 14:52:51 -0800 Subject: [PATCH] Make notes about compatibility breakage and version 0.4.0 --- CHANGES.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 132b42c0..a989a369 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Rojo Change Log -## Current Master +## Current Master (0.4.0) * Began protocol version 1, which shifts more responsibility onto the server + * This is a **major breaking** change! * The server now has a content of 'filter plugins', which transform data at various stages in the pipeline * The server now exposes Roblox instance objects instead of file contents, which lines up with how `rojo pack` will work, and paves the way for more robust syncing. diff --git a/Cargo.lock b/Cargo.lock index fa8723f8..d88291a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rojo" -version = "0.3.2" +version = "0.4.0" dependencies = [ "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cab5b988..90071e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.3.2" +version = "0.4.0" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" license = "MIT"