0.6.1 - 2025-01-09
- Miscellaneous code changes and lints
0.6.0 - 2024-12-13
- Bump
brunch
to0.8
(dev) - Bump
dactyl
to0.9
- Bump MSRV to
1.83
0.5.3 - 2024-11-28
- Bump
brunch
to0.7
(dev) - Bump
dactyl
to0.8
- Bump
trimothy
to0.6
- Reduce intermediary allocations for AccurateRip::to_string, ::checksum_url
- Miscellaneous code changes and lints
0.5.2 - 2024-11-07
- Add (more) inline hints
- Add
Formatter
width/fill/align/etc. support forAccurateRip
,Cddb
,ShaB64
- Improve docs, test coverage
0.5.1 - 2024-10-10
- Bump
faster-hex
to0.10
0.5.0 - 2024-09-05
- Miscellaneous code cleanup and lints
- Improved documentation
- Bump MSRV to
1.81
- Bump
brunch
to0.6
0.4.0 - 2024-07-29
- Use new std
<[u8]>::trim_ascii
- Bump MSRV
1.80
- Bump
trimothy
to0.3
0.3.5 - 2024-02-08
- Bump
dactyl
to0.7
0.3.4 - 2023-11-24
- Bump
faster-hex
to0.9
0.3.3 - 2023-11-16
- Add explicit lifetime (to fix #115010)
0.3.2 - 2023-10-15
- Bump
dactyl
to0.6
0.3.1 - 2023-10-05
- Minor code lints and cleanup
- Bump
trimothy
to0.2
0.3.0 - 2023-10-03
AccurateRip::DRIVE_OFFSET_URL
AccurateRip::parse_drive_offsets
0.2.3 - 2023-09-27
Toc::audio_leadin_normalized
Toc::audio_leadout_normalized
Toc::data_sector_normalized
Toc::leadin_normalized
Toc::leadout_normalized
0.2.2 - 2023-09-12
Toc::htoa
Track::is_htoa
0.2.1 - 2023-06-25
Track::msf
Track::msf_normalized
Track::sector_range_normalized
- Bump
faster-hex
to0.8
0.2.0 - 2023-06-01
- Bump MSRV
1.70
- Replace some
unsafe
code blocks with safe alternatives - Add debug/assertions for logical redundancy
- Improve unit test coverage
- Update dependencies
0.1.8 - 2023-04-20
- Minor code cleanup
0.1.7 - 2023-02-15
- Add
visit_seq
deserializer support forTrack
- Require
faster-hex
dependency (it was previously optional) - Improved hex decode/encode performance
- Improved base64 decode/encode performance for CTDB/MusicBrainz IDs
- Add "asm" crate feature, disabled by default, a passthru for sha1/asm
- Add
FromStr
andTryFrom
aliases forAccurateRip::decode
- Add
FromStr
andTryFrom
aliases forCddb::decode
- Add
FromStr
andTryFrom
aliases forShaB64::decode
- Obsolete "faster-hex" crate feature
- Optional "base64" crate feature
0.1.6 - 2023-02-04
- Improve docs.rs environment detection
- Declare "faster-hex" feature explicitly
AccurateRip::decode
Cddb::decode
- Return copy-friendly type for MusicBrainz and CTDB ID methods
- Added
serde
crate feature for optional de/serialization support
0.1.5 - 2023-01-28
- Incorrect
Toc::to_string
for discs with exactly 16 tracks.
0.1.4 - 2023-01-28
AccurateRip::pretty_print
- Various performance improvements
0.1.3 - 2023-01-26
- Bump brunch to
0.4
0.1.2 - 2023-01-10
Toc::duration
- Bump
base64
to0.21
0.1.1 - 2023-01-01
Toc::from_durations
Toc::set_audio_leadin
- Enforce minimum audio leadin (
150
)
0.1.0 - 2022-12-25
Initial release!