Skip to content

Commit c8b7fc2

Browse files
Bump versions to 0.1.5 and 0.2.3 (and update changelog)
1 parent 29ee39c commit c8b7fc2

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

app/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ All notable changes to the penguin **CLI app** will be documented here.
77

88
## [0.2.2] - 2021-10-02
99

10+
- Add feature `vendored-openssl` to compile `openssl` from source
11+
[PR #10](https://github.com/LukasKalbertodt/penguin/pull/10) (Thanks @philipahlberg)
12+
- Updated the library to v0.1.5 ⇒ [check its changelog](../lib/CHANGELOG.md#014---2021-09-02).
13+
- Updated other dependencies.
14+
15+
## [0.2.2] - 2021-10-02
16+
1017
- Updated the library to v0.1.4 ⇒ [check its changelog](../lib/CHANGELOG.md#014---2021-09-02).
1118
- Updated other dependencies.
1219

@@ -36,7 +43,8 @@ Updated the library to v0.1.2 ⇒ [check its changelog](../lib/CHANGELOG.md#012-
3643
- Everything
3744

3845

39-
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.2...HEAD
46+
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.3...HEAD
47+
[0.2.3]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.2...app-v0.2.3
4048
[0.2.2]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.1...app-v0.2.2
4149
[0.2.1]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.0...app-v0.2.1
4250
[0.2.0]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.1.0...app-v0.2.0

app/Cargo.toml

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

lib/CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.1.5] - 2022-04-19
9+
### Added
10+
- Add feature `vendored-openssl` to compile `openssl` from source
11+
[PR #10](https://github.com/LukasKalbertodt/penguin/pull/10) (Thanks @philipahlberg)
12+
13+
### Improved
14+
- Updated dependencies
15+
816
## [0.1.4] - 2021-10-02
917
### Improved
1018
- Include reload script in 404 response: now the page can still reload itself
@@ -52,7 +60,8 @@ All notable changes to the penguin **library** will be documented here.
5260
- Everything
5361

5462

55-
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.4...HEAD
63+
[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.5...HEAD
64+
[0.1.5]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.4...lib-v0.1.5
5665
[0.1.4]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.3...lib-v0.1.4
5766
[0.1.3]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.2...lib-v0.1.3
5867
[0.1.2]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.1...lib-v0.1.2

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.4"
3+
version = "0.1.5"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)