Skip to content

Commit

Permalink
chore(release): prepare v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed May 1, 2021
1 parent ab7d1db commit 5ad275b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.8] - 2021-05-01
### 🛠️ Maintenance
- [build(deps): bump block-modes from 0.7.0 to 0.8.1](https://github.com/steganogram/stegano-rs/pull/32)
- [Upgrade to GitHub-native Dependabot](https://github.com/steganogram/stegano-rs/pull/30)
- [build(deps): bump zip from 0.5.11 to 0.5.12](https://github.com/steganogram/stegano-rs/pull/29)
- [build(deps): bump deflate from 0.9.0 to 0.9.1](https://github.com/steganogram/stegano-rs/pull/28)
- [release(v0.4.7): add date+version+changes to the changelog](https://github.com/steganogram/stegano-rs/pull/27)
- [build(deps): bump byteorder from 1.4.2 to 1.4.3](https://github.com/steganogram/stegano-rs/pull/26)

### Contributors
- [dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- [sassman](https://github.com/sassman)

## [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)
Expand Down
4 changes: 2 additions & 2 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.7"
version = "0.4.8"
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.7" }
stegano-core = { path = "../stegano-core", version = "0.4.8" }
#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.7"
version = "0.4.8"
authors = ["Sven Assmann <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 5ad275b

Please sign in to comment.