Skip to content

Commit

Permalink
Release rbx_reflection_database 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 27, 2021
1 parent fb37fbc commit 1264546
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rbx_binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ unstable_text_format = ["serde"]
[dependencies]
rbx_dom_weak = { version = "2.0.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.0.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.1.0", path = "../rbx_reflection_database" }
rbx_reflection_database = { version = "0.2.0", path = "../rbx_reflection_database" }

log = "0.4.6"
lz4 = "1.23.1"
Expand Down
3 changes: 3 additions & 0 deletions rbx_reflection_database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# rbx\_reflection_database Changelog

## 0.2.0+roblox-478 (2021-06-26)
* Updated to rbx_reflection 4.0 stable.

## 0.1.1+roblox-478 (2021-05-14)
* Updated to Roblox version 478.
* Fixed scriptability of properties ([#177][pr-177])
Expand Down
2 changes: 1 addition & 1 deletion rbx_reflection_database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_reflection_database"
description = "Bundled reflection database for Roblox projects"
version = "0.1.1+roblox-478"
version = "0.2.0+roblox-478"
license = "MIT"
documentation = "https://docs.rs/rbx_reflection_database"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand Down
2 changes: 1 addition & 1 deletion rbx_xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
rbx_dom_weak = { version = "2.0.0", path = "../rbx_dom_weak" }
rbx_reflection = { version = "4.0.0", path = "../rbx_reflection" }
rbx_reflection_database = { version = "0.1.0", path = "../rbx_reflection_database" }
rbx_reflection_database = { version = "0.2.0", path = "../rbx_reflection_database" }

base64 = "0.11.0"
log = "0.4.6"
Expand Down

0 comments on commit 1264546

Please sign in to comment.