Skip to content

Commit 095b056

Browse files
committed
release: 0.8.0
2 parents c68bd9b + 748fd7f commit 095b056

File tree

4 files changed

+26
-14
lines changed

4 files changed

+26
-14
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33

44

5+
## [0.8.0](https://github.com/Blobfolio/cdtoc/releases/tag/v0.8.0) - 2025-02-25
6+
7+
### Changed
8+
9+
* Bump `brunch` to `0.9` (dev)
10+
* Bump `dactyl` to `0.10`
11+
* Bump MSRV to `1.85`
12+
* Bump Rust edition to `2024`
13+
* Bump `trimothy` to 0.7
14+
15+
16+
517
## [0.7.0](https://github.com/Blobfolio/cdtoc/releases/tag/v0.7.0) - 2025-02-20
618

719
### New

CREDITS.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Project Dependencies
22
Package: cdtoc
3-
Version: 0.7.0
4-
Generated: 2025-02-20 19:42:00 UTC
3+
Version: 0.8.0
4+
Generated: 2025-02-26 03:39:42 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
8+
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.10.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
99
| [**faster-hex**](https://github.com/NervosFoundation/faster-hex) | 0.10.0 | [zhangsoledad](mailto:787953403@qq.com) | MIT |
10-
| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.6.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
10+
| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.7.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1111
| [_block-buffer_](https://github.com/RustCrypto/utils) | 0.10.4 | RustCrypto Developers | MIT OR Apache-2.0 |
1212
| [_byteorder_](https://github.com/BurntSushi/byteorder) | 1.5.0 | [Andrew Gallant](mailto:jamslam@gmail.com) | Unlicense OR MIT |
13-
| [_cc_](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.14 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
13+
| [_cc_](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.15 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
1414
| [_cfg-if_](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
1515
| [_cpufeatures_](https://github.com/RustCrypto/utils) | 0.2.17 | RustCrypto Developers | MIT OR Apache-2.0 |
1616
| [_crypto-common_](https://github.com/RustCrypto/traits) | 0.1.6 | RustCrypto Developers | MIT OR Apache-2.0 |
@@ -19,7 +19,7 @@
1919
| [_hash32_](https://github.com/japaric/hash32) | 0.3.1 | [Jorge Aparicio](mailto:jorge@japaric.io) | MIT OR Apache-2.0 |
2020
| [_heapless_](https://github.com/rust-embedded/heapless) | 0.8.0 | [Jorge Aparicio](mailto:jorge@japaric.io), [Per Lindgren](mailto:per.lindgren@ltu.se), and [Emil Fresk](mailto:emil.fresk@gmail.com) | MIT OR Apache-2.0 |
2121
| [**_itoa_**](https://github.com/dtolnay/itoa) | 1.0.14 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 |
22-
| [_libc_](https://github.com/rust-lang/libc) | 0.2.169 | The Rust Project Developers | MIT OR Apache-2.0 |
22+
| [_libc_](https://github.com/rust-lang/libc) | 0.2.170 | The Rust Project Developers | MIT OR Apache-2.0 |
2323
| [_proc-macro2_](https://github.com/dtolnay/proc-macro2) ⚒️ | 1.0.93 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
2424
| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.38 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 |
2525
| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.218 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 |

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "cdtoc"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Josh Stoik <josh@blobfolio.com>"]
5-
edition = "2021"
6-
rust-version = "1.83"
5+
edition = "2024"
6+
rust-version = "1.85"
77
description = "Parser and tools for CDTOC metadata tags."
88
license = "WTFPL"
99
repository = "https://github.com/Blobfolio/cdtoc"
@@ -27,12 +27,12 @@ features = [ "accuraterip", "cddb", "ctdb", "musicbrainz", "serde" ]
2727
default-target = "x86_64-unknown-linux-gnu"
2828

2929
[dev-dependencies]
30-
brunch = "0.8.*"
30+
brunch = "0.9.*"
3131
serde_json = "1.0.*"
3232

3333
[dependencies]
34-
dactyl = "0.9.*"
35-
trimothy = "0.6.*"
34+
dactyl = "0.10.*"
35+
trimothy = "0.7.*"
3636

3737
[dependencies.faster-hex]
3838
version = "0.10.*"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Add `cdtoc` to your `dependencies` in `Cargo.toml`, like:
6262

6363
```toml
6464
[dependencies]
65-
cdtoc = "0.6.*"
65+
cdtoc = "0.8.*"
6666
```
6767

6868
The disc ID helpers require additional dependencies, so if you aren't using them, be sure to disable the default features (adding back any you _do_ want) to skip the overhead.
6969

7070
```toml
7171
[dependencies.cdtoc]
72-
version = "0.6.*"
72+
version = "0.8.*"
7373
default-features = false
7474
```

0 commit comments

Comments
 (0)