Skip to content

Commit 5a842c4

Browse files
committed
Prepare version to 0.3.0
1 parent e0c85da commit 5a842c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.3.0
4+
**2024-10-16**
5+
6+
- Add option get database by @joaolfp - #39
7+
- Fix when url fails by @joaolfp - #38
8+
39
## Version 0.2.0
410
**2024-10-15**
511

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async fn show_result(url: &str, payload_type: &str) -> String {
199199

200200
fn check_version() {
201201
let _app = Command::new("injectsql")
202-
.version("0.2.0")
202+
.version("0.3.0")
203203
.ignore_errors(true)
204204
.get_matches();
205205
}

0 commit comments

Comments
 (0)