From e108bc236ebc795a2364c6682a68920958e8d437 Mon Sep 17 00:00:00 2001 From: jbloom Date: Thu, 20 Aug 2026 14:48:47 -0700 Subject: [PATCH] release 0.4.0: label inset, spacing parameter, pinned lint Bump `version` to 0.4.0 and close the `[Unreleased]` section. Minor rather than patch: `spacing` is a new parameter, and the label inset changes rendering for anyone using `connect_leader_to_label`. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f294f7e..bf702ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2026-08-20 + ### Added - `spacing` (default `0`): pixels of blank space between the tree panel and diff --git a/pyproject.toml b/pyproject.toml index 6c23569..69bc7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tree-annotated-plot" -version = "0.3.0" +version = "0.4.0" description = "Annotate the axis of an Altair / Vega-Lite plot with a phylogenetic tree." readme = "README.md" requires-python = ">=3.11"