From ee74ebb323527deff70f2b5e04b229d39111326c Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 13:13:35 +0100 Subject: [PATCH 1/2] Bump version to 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 583be26..fff7b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "l9format" -version = "2.0.0" +version = "2.0.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 8ed1049cda899ebee83e5eb23d7305808af8148e Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 13:14:17 +0100 Subject: [PATCH 2/2] CHANGELOG: release 2.0.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22307f8..2c7c563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [2.0.1] - 2026-03-17 + ### Changed - Use explicit include lists instead of exclude lists for hatch build targets @@ -190,7 +192,8 @@ and this project adheres to -[Unreleased]: https://github.com/LeakIX/l9format-python/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/LeakIX/l9format-python/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/LeakIX/l9format-python/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/LeakIX/l9format-python/compare/v1.4.1...v2.0.0 [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