@@ -8,23 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ 0.16.0] ( https://github.com/robo9k/rust-magic/compare/v0.15.1...v0.16.0 ) - 2023-09-30
10
10
11
- ### Added
12
- - [ ** breaking** ] Introduce ` DatabasePaths ` for valid filename inputs
13
- - [ ** breaking** ] Use typestate for opened/loaded cookies
14
- - Improve new error display output
15
- - [ ** breaking** ] Replace ` MagicError ` error ` CookieError ` and ` CookieDatabaseError `
11
+ ### Changed
12
+ - [ ** breaking** ] Move everything ` Cookie ` into mod ` cookie `
13
+ - [ ** breaking** ] Use typestate for opened/loaded ` Cookie `
14
+ - [ ** breaking** ] Introduce ` DatabasePaths ` and ` InvalidDatabasePathError `
15
+ - [ ** breaking** ] Introduce ` OpenError ` for ` Cookie::open `
16
+ - [ ** breaking** ] Introduce ` SetFlagsError ` for ` Cookie::set_flags `
17
+ - [ ** breaking** ] Replace ` MagicError ` with ` cookie::Error `
16
18
- [ ** breaking** ] Replace internal ` ApiViolation ` error for ` libmagic ` with ` panic! `
17
- - [ ** breaking** ] Introduce ` magic::CookieSetFlagsError `
18
- - [ ** breaking** ] Introduce ` magic::CookieOpenError `
19
19
20
20
### Other
21
21
- Split project/crate README
22
- - [ ** breaking** ] Move everything ` Cookie ` into mod ` cookie `
23
22
- * (deps)* Bump thiserror from 1.0.40 to 1.0.49
24
23
- * (deps)* Bump libc from 0.2.141 to 0.2.148
25
- - * (deps)* Bump taiki-e/install-action from 2.18.16 to 2.19.1
26
- - * (deps)* Bump github/codeql-action from 2.21.8 to 2.21.9
27
- - * (deps)* Bump EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5
28
24
29
25
## [ 0.15.1] ( https://github.com/robo9k/rust-magic/compare/v0.15.0...v0.15.1 ) - 2023-09-28
30
26
0 commit comments