Skip to content

Commit

Permalink
bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Aug 7, 2024
1 parent e251adf commit d99239c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrapelect"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Max Carr <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion doc/src/language-concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion doc/src/the-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion filter-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrapelect-filter-proc-macro"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Max Carr <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit d99239c

Please sign in to comment.