Skip to content

Commit

Permalink
CHANGELOG.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 27, 2024
1 parent 6781e2b commit c8b815e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to the `dom_query` crate will be documented in this file.
- Switched to `:has` implementation from `selectors` crate.
- Internal changes due to switch to `selectors` v0.26.0 switch.
- `Selection` methods that required `&mut` now doesn't require `&mut`, finally.
- Improve performance for `Document::from`, `Selection::select` and others.

### Added
- Added `Node::ancestors` method, that allows to get all or limited number of ancestors of a node.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dom_query"
version = "0.6.1"
version = "0.7.0"
description = "HTML querying and manipulation with CSS seletors"
license = "MIT"
repository = "https://github.com/niklak/dom_query"
Expand Down

0 comments on commit c8b815e

Please sign in to comment.