File tree 4 files changed +21
-4
lines changed
4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ All notable changes to the penguin **CLI app** will be documented here.
7
7
8
8
## [ 0.2.2] - 2021-10-02
9
9
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
+
10
17
- Updated the library to v0.1.4 ⇒ [ check its changelog] ( ../lib/CHANGELOG.md#014---2021-09-02 ) .
11
18
- Updated other dependencies.
12
19
@@ -36,7 +43,8 @@ Updated the library to v0.1.2 ⇒ [check its changelog](../lib/CHANGELOG.md#012-
36
43
- Everything
37
44
38
45
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
40
48
[ 0.2.2 ] : https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.1...app-v0.2.2
41
49
[ 0.2.1 ] : https://github.com/LukasKalbertodt/penguin/compare/app-v0.2.0...app-v0.2.1
42
50
[ 0.2.0 ] : https://github.com/LukasKalbertodt/penguin/compare/app-v0.1.0...app-v0.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " penguin-app"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to the penguin **library** will be documented here.
5
5
6
6
## [ Unreleased]
7
7
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
+
8
16
## [ 0.1.4] - 2021-10-02
9
17
### Improved
10
18
- 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.
52
60
- Everything
53
61
54
62
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
56
65
[ 0.1.4 ] : https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.3...lib-v0.1.4
57
66
[ 0.1.3 ] : https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.2...lib-v0.1.3
58
67
[ 0.1.2 ] : https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.1...lib-v0.1.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " penguin"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2018"
6
6
You can’t perform that action at this time.
0 commit comments