Skip to content

Commit f08a69c

Browse files
committed
docs: Prepare changelog for release
Signed-off-by: robot9001 <robo9k@symlink.io>
1 parent 0045cc8 commit f08a69c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

CHANGELOG.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [0.16.0](https://github.com/robo9k/rust-magic/compare/v0.15.1...v0.16.0) - 2023-09-30
1010

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`
1618
- [**breaking**] Replace internal `ApiViolation` error for `libmagic` with `panic!`
17-
- [**breaking**] Introduce `magic::CookieSetFlagsError`
18-
- [**breaking**] Introduce `magic::CookieOpenError`
1919

2020
### Other
2121
- Split project/crate README
22-
- [**breaking**] Move everything `Cookie` into mod `cookie`
2322
- *(deps)* Bump thiserror from 1.0.40 to 1.0.49
2423
- *(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
2824

2925
## [0.15.1](https://github.com/robo9k/rust-magic/compare/v0.15.0...v0.15.1) - 2023-09-28
3026

0 commit comments

Comments
 (0)