From 6d1e03b82f77c47412c8ffb96fe2a474d8de5f34 Mon Sep 17 00:00:00 2001 From: Carlo Federico Vescovo Date: Thu, 26 Oct 2023 21:50:19 +0200 Subject: [PATCH] Version 0.18.0 --- Cargo.lock | 2 +- Cargo.toml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61faca8e..a6520cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "0.17.1" +version = "0.18.0" dependencies = [ "ahash", "cssparser", diff --git a/Cargo.toml b/Cargo.toml index 093c3802..0ada737c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "scraper" -version = "0.17.1" +version = "0.18.0" edition = "2021" description = "HTML parsing and querying with CSS selectors" keywords = ["html", "css", "selector", "scraping"] -authors = [ - "June McEnroe ", -] +authors = ["June McEnroe "] license = "ISC" repository = "https://github.com/causal-agent/scraper"