Skip to content

Commit

Permalink
Release rbx_types v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Aug 22, 2024
1 parent 3cb261e commit 827b2b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rbx_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion rbx_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 827b2b3

Please sign in to comment.