Release v0.4.0: bump version and finalize CHANGELOG date

Bump the crate version from 0.4.0-dev to 0.4.0 and stamp the 0.4.0
CHANGELOG heading with the release date.
This commit is contained in:
Johnathan Corgan
2026-06-27 15:57:58 +00:00
parent 22a5b3e5c6
commit d5ee526f0e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
## [0.4.0] - 2026-06-21 ## [0.4.0] - 2026-06-27
### Added ### Added
Generated
+1 -1
View File
@@ -1074,7 +1074,7 @@ checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
[[package]] [[package]]
name = "fips" name = "fips"
version = "0.4.0-dev" version = "0.4.0"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"bech32", "bech32",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "fips" name = "fips"
version = "0.4.0-dev" version = "0.4.0"
edition = "2024" edition = "2024"
description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports"
license = "MIT" license = "MIT"