Skip to content

Commit e369eff

Browse files
committed
Prepare version to 0.6.0
1 parent 9b82181 commit e369eff

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## Version 0.6.0
4+
**2024-12-16**
5+
6+
- Update all cargo.lock with idna by @joaolfp #60
7+
- Fix security idna 1.0.3 by @joaolfp - #59
8+
- Update Rust crate colored to v2.2.0 by @renovatebot - #58
9+
- Bump clap from 4.5.22 to 4.5.23 by @renovatebot - #56
10+
- Update Rust crate scraper to 0.22.0 by @renovatebot - #55
11+
- Update all dependencies by @renovatebot - #54
12+
- Update Rust crate clap to v4.5.21 by @renovatebot - #53
13+
314
## Version 0.5.0
415
**2024-11-08**
516

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.5.0"
3+
version = "0.6.0"
44
edition = "2021"
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
@@ -132,7 +132,7 @@ async fn show_result(url: &str, payload_type: &str) -> String {
132132

133133
fn check_version() {
134134
let _app = Command::new("injectsql")
135-
.version("0.5.0")
135+
.version("0.6.0")
136136
.ignore_errors(true)
137137
.get_matches();
138138
}

0 commit comments

Comments
 (0)