Skip to content

Commit 43a9a67

Browse files
authored
feat: 0.2.21 Solve clippy lints, bump deps (#209)
### Changed - Solve `clippy` lints - Bump deps - Bump expected amboso version to `2.0.10`
1 parent 061c7d7 commit 43a9a67

File tree

8 files changed

+673
-756
lines changed

8 files changed

+673
-756
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [0.2.20] - Unreleased
3+
## [0.2.21] - 2025-03-31
4+
5+
### Changed
6+
7+
- Solve clippy lints
8+
- Bump deps
9+
- Bump expected amboso version to 2.0.10
10+
11+
## [0.2.20] - 2024-12-20
412

513
### Changed
614

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "invil"
33
description = "A port of amboso to Rust"
4-
version = "0.2.20"
4+
version = "0.2.21"
55
edition = "2021"
66
license = "GPL-3.0-only"
77
homepage = "https://github.com/jgabaut/invil"
@@ -25,14 +25,14 @@ anvilCustom = []
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
clap = { version = "4.5.23", features = ["derive"] }
28+
clap = { version = "4.5.34", features = ["derive"] }
2929
dirs = "5.0.1"
30-
flate2 = { version = "1.0.35", optional = true }
31-
git2 = "0.19.0"
30+
flate2 = { version = "1.1.0", optional = true }
31+
git2 = "0.20.1"
3232
is_executable = "1.0.4"
33-
log = "0.4.22"
33+
log = "0.4.27"
3434
regex = "1.11.1"
3535
simplelog = "0.12.2"
3636
tar = { version = "0.4.43", optional = true }
37-
toml = "0.8.19"
37+
toml = "0.8.20"
3838
url = { version = "2.5.4", optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- Generate new projects supporting the build tool using `invil init <DIR>`
2424
- Generate a basic header+impl containing project info, such as time of current commit
2525

26-
It's (\*) on par with the original implementation, as of `amboso` `2.0.9`.
26+
It's (\*) on par with the original implementation, as of `amboso` `2.0.10`.
2727
Check the [next section](#supported_amboso) for more support info.
2828
Check [this section](#extended_amboso) for info about extensions to `amboso 2.0.4`.
2929

0 commit comments

Comments
 (0)