From 8302816517b7201bf73c8c6bde7901476759c074 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 16 Mar 2026 16:30:47 +0100 Subject: [PATCH 1/2] Bump version to 1.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85f3cb6..c8ba39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "l9format" -version = "1.4.0" +version = "1.4.1" license = {text = "MIT"} description = "l9format is a schema declaration targeted at interoperability between network recon tools used at LeakIX" authors = [{name = "Danny Willems", email = "danny@leakix.net"}] From 632845bd31e54ae588610c6ca34f49e953adcc51 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 16 Mar 2026 16:30:55 +0100 Subject: [PATCH 2/2] CHANGELOG: release 1.4.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34b2ae..ce52ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [1.4.1] - 2026-03-16 + ### Infrastructure - CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49]) @@ -159,7 +161,8 @@ and this project adheres to -[Unreleased]: https://github.com/LeakIX/l9format-python/compare/1.4.0...HEAD +[Unreleased]: https://github.com/LeakIX/l9format-python/compare/1.4.1...HEAD +[1.4.1]: https://github.com/LeakIX/l9format-python/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/LeakIX/l9format-python/compare/1.3.2...1.4.0 [1.3.2]: https://github.com/LeakIX/l9format-python/compare/1.3.1-1...1.3.2 [1.3.1-1]: https://github.com/LeakIX/l9format-python/compare/1.3.1-0...1.3.1-1