File tree 5 files changed +38
-19
lines changed
5 files changed +38
-19
lines changed Original file line number Diff line number Diff line change 1
- ### Next
2
-
3
- - [ Breaking] Bump minimum Rust version to 1.56.0
4
- - [ Misc] Bump ` clap ` to 3.0.0
5
- - [ Misc] Bump ` zopfli ` to 0.5.0
1
+ ### Version 6.0.0
2
+
3
+ - [ Breaking] Bump minimum Rust version to 1.57.0
4
+ - [ Feature] Add ` --check ` /` -c ` CLI option
5
+ - [ Security] Update stderrlog to 0.5.2 (Fixes RUSTSEC-2022-0006)
6
+ - [ Security] Remove chrono as a transitive dependency (Fixes )
7
+ - [ Misc] Bump ` clap ` to 3.2
8
+ - [ Misc] Bump ` zopfli ` to 0.7
9
+ - [ Misc] Bump ` libdeflater ` to 0.10
10
+ - [ Misc] Remove ` byteorder ` dependency in favor of stdlib functions
11
+ - [ Misc] Bump ` image ` to 0.24
12
+ - [ Misc] Bump ` crc ` to 3.0
13
+ - [ Misc] Bump ` miniz_oxide ` to 0.6
14
+ - [ Misc] Update to Rust edition 2021
15
+ - [ Misc] Various internal improvements
6
16
7
17
### Version 5.0.1
8
18
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ homepage = "https://github.com/shssoichiro/oxipng"
9
9
license = " MIT"
10
10
name = " oxipng"
11
11
repository = " https://github.com/shssoichiro/oxipng"
12
- version = " 5 .0.1 "
13
- rust-version = " 1.56 .0"
12
+ version = " 6 .0.0 "
13
+ rust-version = " 1.57 .0"
14
14
15
15
[badges ]
16
16
travis-ci = { repository = " shssoichiro/oxipng" , branch = " master" }
@@ -27,7 +27,7 @@ bit-vec = "0.6.3"
27
27
crc = " 3.0.0"
28
28
itertools = " 0.10.3"
29
29
zopfli = { version = " 0.7.0" , optional = true }
30
- miniz_oxide = " 0.5.3 "
30
+ miniz_oxide = " 0.6.2 "
31
31
rgb = " 0.8.33"
32
32
indexmap = " 1.9.1"
33
33
libdeflater = { version = " 0.10.0" , optional = true }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ cargo build --release
32
32
cp target/release/oxipng /usr/local/bin
33
33
```
34
34
35
- The current minimum supported Rust version is ** 1.56 .0** .
35
+ The current minimum supported Rust version is ** 1.57 .0** .
36
36
37
37
Oxipng follows Semantic Versioning.
38
38
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ cargo build --release
32
32
cp target/release/oxipng /usr/local/bin
33
33
```
34
34
35
- The current minimum supported Rust version is ** 1.56 .0** .
35
+ The current minimum supported Rust version is ** 1.57 .0** .
36
36
37
37
Oxipng follows Semantic Versioning.
38
38
You can’t perform that action at this time.
0 commit comments