Skip to content

Commit

Permalink
Bump versions to 0.1.6 & 0.2.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jun 8, 2022
1 parent 61e33c6 commit ee262a8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
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.

11 changes: 9 additions & 2 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to the penguin **CLI app** will be documented here.

## [Unreleased]

## [0.2.2] - 2021-10-02

## [0.2.4] - 2022-06-08

- Updated the library to v0.1.6 ⇒ [check its changelog](../lib/CHANGELOG.md#016---2022-06-08).
- Updated other dependencies.

## [0.2.3] - 2021-10-02

- Add feature `vendored-openssl` to compile `openssl` from source
[PR #10](https://github.com/LukasKalbertodt/penguin/pull/10) (Thanks @philipahlberg)
Expand Down Expand Up @@ -43,7 +49,8 @@ Updated the library to v0.1.2 ⇒ [check its changelog](../lib/CHANGELOG.md#012-
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.3...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.4...HEAD
[0.2.4]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.3...app-v0.2.4
[0.2.3]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.2...app-v0.2.3
[0.2.2]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.1...app-v0.2.2
[0.2.1]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.0...app-v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penguin-app"
version = "0.2.3"
version = "0.2.4"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -28,7 +28,7 @@ bunt = "0.2.4"
log = "0.4"
notify = "4"
open = "2"
penguin = { version = "0.1.4", path = "../lib" }
penguin = { version = "0.1.6", path = "../lib" }
pretty_env_logger = "0.4"
structopt = "0.3"
tokio = { version = "1", features = ["rt", "macros"]}
Expand Down
10 changes: 9 additions & 1 deletion lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to the penguin **library** will be documented here.

## [Unreleased]

## [0.1.6] - 2022-06-08
### Fixed
- `Content-Security-Policy` (CSP) header is now potentially modified in proxy mode if required for penguin's injected script (`'self'` is potentially added to `script-src` and `connect-src`).

### Improved
- Update dependencies (this bumps the MSRV to 1.56!)

## [0.1.5] - 2022-04-19
### Added
- Add feature `vendored-openssl` to compile `openssl` from source
Expand Down Expand Up @@ -60,7 +67,8 @@ All notable changes to the penguin **library** will be documented here.
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.5...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.6...HEAD
[0.1.6]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.5...lib-v0.1.6
[0.1.5]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.4...lib-v0.1.5
[0.1.4]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.3...lib-v0.1.4
[0.1.3]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.2...lib-v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penguin"
version = "0.1.5"
version = "0.1.6"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ee262a8

Please sign in to comment.