Skip to content

Commit ef8facd

Browse files
committed
CHANGELOG.md: update
1 parent 15b936a commit ef8facd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the `dom_query` crate will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.12.0] - 2025-01-16
66

77
### Added
88

@@ -14,7 +14,7 @@ a given matcher (`&Matcher`) or selector (`&str`) without creating a `Selection`
1414
### Changed
1515

1616
- `Selection`'s internal code changes aimed at reducing calls to `RefCell::borrow` and `RefCell::borrow_mut`.
17-
- `Matches` internal code changes.
17+
- Internal code changes in `Matches` aimed at increasing selection performance.
1818

1919
## [0.11.0] - 2024-12-10
2020

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dom_query"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "HTML querying and manipulation with CSS selectors"
55
license = "MIT"
66
repository = "https://github.com/niklak/dom_query"

0 commit comments

Comments
 (0)