Skip to content

Commit

Permalink
Cargo.toml: update, set version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Feb 16, 2025
1 parent 426504f commit ca689ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to the `dom_query` crate will be documented in this file.


## [Unreleased]
## [0.14.0] - 2025-02-16

### Added
- Implemented the `Node::id_attr` and `Node::class` methods, which return the `id` and `class` attributes of the node, respectively. `The Selection::id` and `Selection::class` methods do the same for the **first** node in the selection.
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.13.3"
version = "0.14.0"
description = "HTML querying and manipulation with CSS selectors"
license = "MIT"
repository = "https://github.com/niklak/dom_query"
Expand Down

0 comments on commit ca689ae

Please sign in to comment.