From c49d53ceb736a6ea3626f01d6670d4ce78209faf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Mar 2025 09:20:35 +0000 Subject: [PATCH 1/2] bump version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e43c83..a8a7f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "mdq" -version = "0.3.1-dev" +version = "0.3.1" dependencies = [ "clap", "indoc", diff --git a/Cargo.toml b/Cargo.toml index d5ba6c5..e237cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdq" -version = "0.3.1-dev" +version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Select specific elements in a Markdown document" From 514aa6a5b8c71abf8f080eda47e521d38e459af5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Mar 2025 09:20:37 +0000 Subject: [PATCH 2/2] bump version to 0.3.2-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a7f5e..851e257 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "mdq" -version = "0.3.1" +version = "0.3.2-dev" dependencies = [ "clap", "indoc", diff --git a/Cargo.toml b/Cargo.toml index e237cef..e17a25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdq" -version = "0.3.1" +version = "0.3.2-dev" edition = "2021" license = "MIT OR Apache-2.0" description = "Select specific elements in a Markdown document"