diff --git a/Cargo.lock b/Cargo.lock index 4921fe2..6793d91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,7 +1071,7 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" [[package]] name = "stegano-cli" -version = "0.6.1" +version = "0.6.2" dependencies = [ "clap", "dialoguer", diff --git a/crates/stegano-cli/CHANGELOG.md b/crates/stegano-cli/CHANGELOG.md index b8070f3..f178566 100644 --- a/crates/stegano-cli/CHANGELOG.md +++ b/crates/stegano-cli/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.2] - 2025-11-14 +[0.6.2]: https://github.com/steganogram/stegano-rs/compare/0.6.1...0.6.2 + +### Miscellaneous Tasks + +- Update Cargo.lock dependencies + + + ## [0.6.1] - 2025-11-05 [0.6.1]: https://github.com/steganogram/stegano-rs/compare/0.6.0...0.6.1 diff --git a/crates/stegano-cli/Cargo.toml b/crates/stegano-cli/Cargo.toml index d76dd22..bbf1474 100644 --- a/crates/stegano-cli/Cargo.toml +++ b/crates/stegano-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stegano-cli" description = "Hiding data with steganography in PNG images and WAV audio files" -version = "0.6.1" +version = "0.6.2" authors = ["Sven Kanoldt "] edition = "2021" license.workspace = true