Skip to content

Commit

Permalink
Release rbx_dom_weak v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Jul 23, 2024
1 parent 91ac37c commit aa1dc0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# rbx_dom_weak Changelog

## Unreleased Changes

## 2.8.0 (2024-07-23)
* Added `InstanceBuilder::with_referent` that allows building instance with predefined `Ref` ([#400])
* Added `WeakDom::get_unique_id` to get the UniqueId for a provided referent. ([#405])

Expand Down
4 changes: 2 additions & 2 deletions rbx_dom_weak/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_dom_weak"
description = "Weakly-typed Roblox DOM implementation for Rust"
version = "2.7.0"
version = "2.8.0"
license = "MIT"
documentation = "https://docs.rs/rbx_dom_weak"
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.8.0", path = "../rbx_types", features = ["serde"] }
rbx_types = { version = "1.9.0", path = "../rbx_types", features = ["serde"] }

serde = "1.0.137"

Expand Down

0 comments on commit aa1dc0b

Please sign in to comment.