Skip to content

Commit

Permalink
chore: Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James-LG committed Jan 3, 2024
1 parent 4816cac commit 4b97772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skyscraper"
version = "0.5.1"
version = "0.6.0"
authors = ["James La Novara-Gsell <[email protected]>"]
edition = "2021"
description = "XPath for HTML web scraping"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn main() -> Result<(), Box<dyn Error>> {
XPath is a huge language that can do a lot more than most people require.
Below is a non-exhaustive list of all the features that are currently supported.
This library is major-version 0 because there are still `todo!` calls in many places.
If you encounter one that you would like to be prioritized, open an issue.
If you encounter one that you would like to be prioritized, open an issue on [GitHub](https://github.com/James-LG/Skyscraper/issues).

1. Basic xpath steps: `/html/body/div`, `//div/table//span`
1. Attribute selection: `//div/@class`
Expand Down

0 comments on commit 4b97772

Please sign in to comment.