diff --git a/rbx_types/CHANGELOG.md b/rbx_types/CHANGELOG.md index cecf6f1d1..c4c4ae351 100644 --- a/rbx_types/CHANGELOG.md +++ b/rbx_types/CHANGELOG.md @@ -1,9 +1,13 @@ # rbx_types Changelog ## Unreleased Changes + +# 1.10.0 (2024-08-22) +* Add support for `Int32` values within `Attributes` ([#439]) * Add `len` and `is_empty` to `Tags` ([#438]) [#438]: https://github.com/rojo-rbx/rbx-dom/pull/438 +[#439]: https://github.com/rojo-rbx/rbx-dom/pull/439 ## 1.9.0 (2024-07-23) * Implement `IntoIterator` for `&Attributes`. ([#386]) diff --git a/rbx_types/Cargo.toml b/rbx_types/Cargo.toml index 7e3140b48..26fe20a29 100644 --- a/rbx_types/Cargo.toml +++ b/rbx_types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rbx_types" description = "Types used to represent Roblox values" -version = "1.9.0" +version = "1.10.0" authors = ["Lucien Greathouse "] edition = "2018" license = "MIT"