Skip to content

Commit 27969f6

Browse files
Bump versions to 0.1.7 & 0.2.5 and update changelog
1 parent 2a32080 commit 27969f6

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

app/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to the penguin **CLI app** will be documented here.
66
## [Unreleased]
77

88

9+
## [0.2.5] - 2022-06-22
10+
11+
- Updated the library to v0.1.6 ⇒ [check its changelog](../lib/CHANGELOG.md#017---2022-06-22).
12+
913
## [0.2.4] - 2022-06-08
1014

1115
- Updated the library to v0.1.6 ⇒ [check its changelog](../lib/CHANGELOG.md#016---2022-06-08).
@@ -49,7 +53,8 @@ Updated the library to v0.1.2 ⇒ [check its changelog](../lib/CHANGELOG.md#012-
4953
- Everything
5054

5155

52-
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.4...HEAD
56+
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.5...HEAD
57+
[0.2.5]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.4...app-v0.2.5
5358
[0.2.4]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.3...app-v0.2.4
5459
[0.2.3]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.2...app-v0.2.3
5560
[0.2.2]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.1...app-v0.2.2

app/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penguin-app"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

@@ -28,7 +28,7 @@ bunt = "0.2.4"
2828
log = "0.4"
2929
notify = "4"
3030
open = "2"
31-
penguin = { version = "0.1.6", path = "../lib" }
31+
penguin = { version = "0.1.7", path = "../lib" }
3232
pretty_env_logger = "0.4"
3333
structopt = "0.3"
3434
tokio = { version = "1", features = ["rt", "macros"]}

lib/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the penguin **library** will be documented here.
55

66
## [Unreleased]
77

8+
## [0.1.7] - 2022-06-22
9+
### Fixed
10+
- Fix 404, "gateway error" and dir-listing pages that were broken in the previous release. (The JS code wasn't injected correctly, showing up as plain text. Woops.)
11+
812
## [0.1.6] - 2022-06-08
913
### Fixed
1014
- `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`).
@@ -67,7 +71,8 @@ All notable changes to the penguin **library** will be documented here.
6771
- Everything
6872

6973

70-
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.6...HEAD
74+
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.7...HEAD
75+
[0.1.7]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.6...lib-v0.1.7
7176
[0.1.6]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.5...lib-v0.1.6
7277
[0.1.5]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.4...lib-v0.1.5
7378
[0.1.4]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.3...lib-v0.1.4

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penguin"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)