Skip to content

Commit 0d98e31

Browse files
committed
Prepare version to v0.7.0
1 parent 50f6d0c commit 0d98e31

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 0.7.0
4+
**2025-09-14**
5+
6+
- refactor: improvements code and setup release action by @joaolfp - #156
7+
- chore(deps): update Rust crate clap to v4.5.47 by @renovatebot - #154
8+
- chore(deps): update Rust crate scraper to 0.24.0 by @renovatebot - #151
9+
- chore(deps): update Rust crate reqwest to v0.12.23 by @renovatebot - #149
10+
311
## Version 0.6.0
412
**2024-12-16**
513

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "injectsql"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2024"
55
authors = ["João Lucas <[email protected]>"]
66
license = "MIT"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async fn main() -> Result<(), io::Error> {
3636

3737
fn check_version() {
3838
let _app = Command::new("injectsql")
39-
.version("0.6.0")
39+
.version("0.7.0")
4040
.ignore_errors(true)
4141
.get_matches();
4242
}

0 commit comments

Comments
 (0)