Release 0.2.0
Thirteen commits since 0.1.1 reached crates.io, and two of them move the
dependency floor: scraper 0.26 to 0.27, which is a 0.x-minor and so breaking
for anyone resolving through this crate, and criterion 0.5 to 0.8. 0.2.0
rather than 0.1.2 because a bumped floor is a claim about compatibility, not
a patch.
Also carries the lint baseline, the rustfmt and gitleaks pre-commit gates, the
publish gate on clippy and tests, the in-repo Bento recipe, and the repository
field correction from git.sr.ht to makenot.work. That last one was the reason
crates.io has been pointing readers at the backup mirror rather than the
public face.
1 file changed,
+1 insertion,
-1 deletion
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "pter"
|
| 3 |
|
- |
version = "0.1.1"
|
|
3 |
+ |
version = "0.2.0"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
description = "Plain Text Email Renderer — convert HTML email bodies into readable markdown"
|
| 6 |
6 |
|
license = "MIT"
|