Skip to content

Commit 59f7e64

Browse files
committed
chore: release v0.6.0
1 parent cd8aa3f commit 59f7e64

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.6.0] - 2026-03-01
99

1010
### Added
1111

@@ -19,7 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- **Breaking:** `exclude_white_edges` has been removed and replaced by `exclude_background_colored_edges`. The new parameter is `True` by default and subsumes the old behavior on white-background pages. Rename any existing `exclude_white_edges=False` to `exclude_background_colored_edges=False`.
2121

22-
## [0.5.0] - 2026-02-25
22+
## [0.5.0] - 2026-02-25 [YANKED]
23+
24+
> **Reason for yanking:** `exclude_white_edges` was not designed comprehensively enough — it failed to handle non-white and mixed-background pages correctly. It has been superseded by the more robust `exclude_background_colored_edges` introduced in 0.6.0.
2325
2426
### Added
2527

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tablers"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)