From d99239c341b4ec03b3d4385185d67954cad950c9 Mon Sep 17 00:00:00 2001 From: m Date: Wed, 7 Aug 2024 15:49:26 -0700 Subject: [PATCH] bump version to v0.3.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- doc/src/language-concepts/README.md | 2 +- doc/src/the-book.md | 2 +- filter-proc-macro/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab90333..c31cbbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1189,7 +1189,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrapelect" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "futures", @@ -1206,7 +1206,7 @@ dependencies = [ [[package]] name = "scrapelect-filter-proc-macro" -version = "0.3.1" +version = "0.3.2" dependencies = [ "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index c131996..786fc36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrapelect" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Max Carr "] license = "Apache-2.0 OR MIT" diff --git a/doc/src/language-concepts/README.md b/doc/src/language-concepts/README.md index 031acef..181ad41 100644 --- a/doc/src/language-concepts/README.md +++ b/doc/src/language-concepts/README.md @@ -8,6 +8,6 @@ output that you desire. `scrapelect` is in beta, so it's possible that changes to the language on the `dev` branch may not be reflected yet in this book. The information should be correct -for the latest released version (v0.3.0). If the documentation is incorrect or +for the latest released version (v0.3.2). If the documentation is incorrect or could be improved, consider filing an [issue](https://github.com/suaviloquence/scrapelect/issues/new?labels=documentation) or pull request, as `scrapelect` is an open source project. diff --git a/doc/src/the-book.md b/doc/src/the-book.md index b187bb8..5678b3a 100644 --- a/doc/src/the-book.md +++ b/doc/src/the-book.md @@ -7,7 +7,7 @@ in a structured, machine-readable format. `scrapelect` is currently in development, and the language and interpreter are changing. This book aims to be up to date with -the latest released version (currently v0.3.1). If something +the latest released version (currently v0.3.2). If something is inconsistent or incorrect, please consider submitting an [issue](https://github.com/suaviloquence/scrapelect/issues/new?labels=documentation) or pull request to help improve the documentation. diff --git a/filter-proc-macro/Cargo.toml b/filter-proc-macro/Cargo.toml index e917ff7..8d358ab 100644 --- a/filter-proc-macro/Cargo.toml +++ b/filter-proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrapelect-filter-proc-macro" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Max Carr "] license = "Apache-2.0 OR MIT"