Skip to content

Commit

Permalink
release(v0.4.7): add date+version+changes to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Mar 14, 2021
1 parent 6b5fb8c commit dd1f4fc
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions stegano-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion stegano-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand Down

0 comments on commit dd1f4fc

Please sign in to comment.