Skip to content

Commit

Permalink
README.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 27, 2024
1 parent 7e104b6 commit 15f89a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [Unreleased]
## [0.7.0] - 2024-10-27

### Changed
- Exposed `Matcher::match_element` since it can be useful outside the crate.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ assert_eq!(doc.select("div.content > p").length(), 4);
```
</details>

**[More Examples](./examples/)**
**[more examples](./examples/)**
**[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)**



Expand Down
1 change: 0 additions & 1 deletion src/entities.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

/// Alias for `FxHashMap<NodeId, QualName>`
#[cfg(feature = "hashbrown")]
mod inline {
use hashbrown::HashSet;
Expand Down

0 comments on commit 15f89a3

Please sign in to comment.