From dd1f4fc3f059b7df82bc4a26337de176a81c8a0f Mon Sep 17 00:00:00 2001 From: Sven Assmann Date: Sun, 14 Mar 2021 19:49:03 +0100 Subject: [PATCH] release(v0.4.7): add date+version+changes to the changelog --- CHANGELOG.md | 7 ++++++- Cargo.lock | 28 ++++++++++++++-------------- stegano-cli/Cargo.toml | 4 ++-- stegano-core/Cargo.toml | 2 +- 4 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e00fb9..242df22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.7] - 2021-03-14 +### 🛠️ Maintenance +- [build(deps): bump byteorder from 1.4.2 to 1.4.3](https://github.com/steganogram/stegano-rs/pull/26) + ## [0.4.6] - 2021-03-05 ### 🛠️ Maintenance - [build(deps): bump image from 0.23.13 to 0.23.14](https://github.com/steganogram/stegano-rs/pull/24) @@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Typos in cli output and descriptions -[Unreleased]: https://github.com/steganogram/stegano-rs/compare/v0.4.6...HEAD +[Unreleased]: https://github.com/steganogram/stegano-rs/compare/v0.4.7...HEAD +[0.4.7]: https://github.com/steganogram/stegano-rs/compare/v0.4.7...v0.4.6 [0.4.6]: https://github.com/steganogram/stegano-rs/compare/v0.4.6...v0.4.5 [0.4.5]: https://github.com/steganogram/stegano-rs/compare/v0.4.5...v0.4.1 [0.4.1]: https://github.com/steganogram/stegano-rs/compare/v0.4.0...v0.4.1 diff --git a/Cargo.lock b/Cargo.lock index 3952e7d..d9c0a1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.3" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" +checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" dependencies = [ "regex-syntax", ] @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.22" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" +checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" [[package]] name = "remove_dir_all" @@ -850,7 +850,7 @@ checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", - "syn 1.0.62", + "syn 1.0.64", ] [[package]] @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "stegano-cli" -version = "0.4.6" +version = "0.4.7" dependencies = [ "clap", "stegano-core", @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "stegano-core" -version = "0.4.6" +version = "0.4.7" dependencies = [ "aes-soft", "bitstream-io", @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.62" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512" +checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", @@ -972,7 +972,7 @@ checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", - "syn 1.0.62", + "syn 1.0.64", ] [[package]] @@ -1008,9 +1008,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" [[package]] name = "unicode-width" @@ -1080,7 +1080,7 @@ dependencies = [ "log", "proc-macro2 1.0.24", "quote 1.0.9", - "syn 1.0.62", + "syn 1.0.64", "wasm-bindgen-shared", ] @@ -1102,7 +1102,7 @@ checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", - "syn 1.0.62", + "syn 1.0.64", "wasm-bindgen-backend", "wasm-bindgen-shared", ] diff --git a/stegano-cli/Cargo.toml b/stegano-cli/Cargo.toml index 7603a67..29d7745 100644 --- a/stegano-cli/Cargo.toml +++ b/stegano-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stegano-cli" description = "Hiding secret data with steganography in PNG images and WAV audio files" -version = "0.4.6" +version = "0.4.7" authors = ["Sven Assmann "] edition = "2018" license = "GPL-3.0-only" @@ -17,7 +17,7 @@ travis-ci = { repository = "steganogram/stegano-rs", branch = "main" } maintenance = { status = "actively-developed" } [dependencies] -stegano-core = { path = "../stegano-core", version = "0.4.6" } +stegano-core = { path = "../stegano-core", version = "0.4.7" } #stegano-core = "0.4.5" clap = "2.33" diff --git a/stegano-core/Cargo.toml b/stegano-core/Cargo.toml index a5313d0..81d5a27 100644 --- a/stegano-core/Cargo.toml +++ b/stegano-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stegano-core" description = "Steganography core library for stegano-cli. Supports hiding data in PNG images via LSB Encoding." -version = "0.4.6" +version = "0.4.7" authors = ["Sven Assmann "] edition = "2018" license = "GPL-3.0-only"