From d5ee526f0e15d6e7a6336cf5746c763f4d1779e8 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 27 Jun 2026 15:57:58 +0000 Subject: [PATCH] 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. --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0522c95..8b70236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.4.0] - 2026-06-21 +## [0.4.0] - 2026-06-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3afc519..d9f1c39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" [[package]] name = "fips" -version = "0.4.0-dev" +version = "0.4.0" dependencies = [ "arc-swap", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 80dfa76..8989bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fips" -version = "0.4.0-dev" +version = "0.4.0" edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT"