Skip to content

Commit 0d77311

Browse files
committed
tag 0.19.4 release
1 parent a0de695 commit 0d77311

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.19.4] - 2025-06-17
9+
10+
### Fixed
11+
12+
- move manifest validation to another place in the preparation to safeguard
13+
against potential future security issues.
14+
815
## [0.19.3] - 2025-06-17
916

1017
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.19.3"
3+
version = "0.19.4"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)