Releases: taiki-e/parse-changelog
Releases · taiki-e/parse-changelog
0.4.7
- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
- Documentation improvements.
0.4.0
Library
-
Implement
PartialEq
andEq
forRelease
.
0.3.0
- Increase the minimum supported Rust version from Rust 1.45 to Rust 1.51.
Library
-
Change
Error
from enum to struct. -
Remove
Error::is_regex
method. UseError::is_format
method instead.
0.2.2
Library
- Add
Error::{is_regex, is_format, is_parse}
methods.