Skip to content

Commit 33e9114

Browse files
committed
Prepare version to 0.2.0
1 parent 9fe8400 commit 33e9114

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## Version 0.2.0
4+
**2024-10-15**
5+
6+
- Bump openssl from 0.10.64 to 0.10.66 by @dependabot - #37
7+
- Add new tools and adjust readme by @joaolfp - #36
8+
- Migrating the layout to ratatui by @joaolfp - #35
9+
310
## Version 0.1.0
411
**2024-10-13**
512

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.1.0"
3+
version = "0.2.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
@@ -163,7 +163,7 @@ async fn show_result(url: &str, payload_type: &str) -> String {
163163

164164
fn check_version() {
165165
let _app = Command::new("injectsql")
166-
.version("0.1.0")
166+
.version("0.2.0")
167167
.ignore_errors(true)
168168
.get_matches();
169169
}

0 commit comments

Comments
 (0)