Skip to content

Commit 302b5fe

Browse files
prepare release 0.26.1
1 parent 9bbade1 commit 302b5fe

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Fixed: multiple minor connector improvements, including better corner-offset
11-
handling.
10+
## [0.26.1 - 2026-01-11]
1211

1312
- Minor change: polyline connectors with only two points are no longer
1413
converted to line elements.
1514

1615
- Minor change: intermediate collinear and repeated points in polyline
1716
connectors are omitted.
1817

18+
- Fixed: multiple minor connector improvements, including better corner-offset
19+
handling.
20+
1921
- Fixed: inconsistent polyline connectors with endpoints into transformed
2022
groups.
2123

Cargo.lock

Lines changed: 19 additions & 19 deletions
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 = "svgdx"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "create SVG diagrams easily"
55
authors = ["Ben Bass <benbass@codedstructure.net>"]
66
repository = "https://github.com/codedstructure/svgdx"

0 commit comments

Comments
 (0)