Skip to content

Commit

Permalink
Release rbx_reflection v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Aug 22, 2024
1 parent 2493cbe commit a807a76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rbx_reflection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased Changes

## 4.7.0 (2024-08-22)
* Update to rbx_types 1.10

## 4.6.0 (2024-07-23)
* Update to rbx_types 1.9
* Add `superclasses` method to `ReflectionDatabase` to get a set of superclasses for a given class. ([#402])
* Added method `ReflectionDatabase::find_default_property`, which finds the default value of a property given its name and a class that inherits it. ([#420])

Expand Down
4 changes: 2 additions & 2 deletions rbx_reflection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_reflection"
description = "Roblox reflection database and ambiguous type resolution"
version = "4.6.0"
version = "4.7.0"
license = "MIT"
documentation = "https://docs.rs/rbx_reflection"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand All @@ -11,7 +11,7 @@ authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"

[dependencies]
rbx_types = { version = "1.9.0", path = "../rbx_types", features = ["serde"] }
rbx_types = { version = "1.10.0", path = "../rbx_types", features = ["serde"] }

serde = { version = "1.0.137", features = ["derive"] }
thiserror = "1.0.31"

0 comments on commit a807a76

Please sign in to comment.