Skip to content

Commit 37f496c

Browse files
authored
Merge pull request #68 from LeakIX/release/v2.0.1
Release v2.0.1
2 parents e52b8bf + 8ed1049 commit 37f496c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.0.1] - 2026-03-17
12+
1113
### Changed
1214

1315
- Use explicit include lists instead of exclude lists for hatch build targets
@@ -190,7 +192,8 @@ and this project adheres to
190192

191193
<!-- Version links -->
192194

193-
[Unreleased]: https://github.com/LeakIX/l9format-python/compare/v2.0.0...HEAD
195+
[Unreleased]: https://github.com/LeakIX/l9format-python/compare/v2.0.1...HEAD
196+
[2.0.1]: https://github.com/LeakIX/l9format-python/compare/v2.0.0...v2.0.1
194197
[2.0.0]: https://github.com/LeakIX/l9format-python/compare/v1.4.1...v2.0.0
195198
[1.4.1]: https://github.com/LeakIX/l9format-python/compare/1.4.0...1.4.1
196199
[1.4.0]: https://github.com/LeakIX/l9format-python/compare/1.3.2...1.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "l9format"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
license = {text = "MIT"}
55
description = "l9format is a schema declaration targeted at interoperability between network recon tools used at LeakIX"
66
authors = [{name = "Danny Willems", email = "danny@leakix.net"}]

0 commit comments

Comments
 (0)