Skip to content

Commit 3be2cb7

Browse files
chore(release): v0.4.0
1 parent 4ec961e commit 3be2cb7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ file. This change log follows the conventions of
66

77
## [Unreleased]
88

9+
## [v0.4.0] - 2024-11-16
10+
911
### Added
1012

1113
- Added support for wiping `.terraform` folders in Terraform projects. Use the `terraform` language to target these folders.
@@ -104,6 +106,7 @@ file. This change log follows the conventions of
104106
### Initial Release of cargo-wipe
105107

106108
[unreleased]: https://github.com/mihai-dinculescu/cargo-wipe
109+
[v0.4.0]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.4.0
107110
[v0.3.3]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.3.3
108111
[v0.3.2]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.3.2
109112
[v0.3.1]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.3.1

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 = "cargo-wipe"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
edition = "2024"
55
license = "MIT"
66
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]

0 commit comments

Comments
 (0)