From 51f0b0a59e90dd27f1aaf01aefea88d7b1ee1aa6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2024 12:33:36 +0000 Subject: [PATCH] chore(release): 2.6.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f691b5..5c2346e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.6.3](https://github.com/recap-utr/arguebuf-python/compare/v2.6.2...v2.6.3) (2024-11-17) + +### Bug Fixes + +* wrap arguebuf with propagated build inputs ([db5ff8a](https://github.com/recap-utr/arguebuf-python/commit/db5ff8a284761a7e28ddd262c3e283eaa09f2e89)) + ## [2.6.2](https://github.com/recap-utr/arguebuf-python/compare/v2.6.1...v2.6.2) (2024-11-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 224d53b..f65fe11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arguebuf" -version = "2.6.2" +version = "2.6.3" description = "Create and analyze argument graphs and serialize them via Protobuf" authors = ["Mirko Lenz "] license = "MIT"