Skip to content

Commit f5b4213

Browse files
ewelsclaude
andcommitted
Bump version to v0.2.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c374c29 commit f5b4213

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [Version 0.2.1](https://github.com/ewels/nf-docs/releases/tag/v0.2.1) - 2026-03-23
4+
5+
### Fixed
6+
7+
- Configure additional files for PyPI package distribution
8+
([#6](https://github.com/ewels/nf-docs/pull/6))
9+
- Fix ty typecheck errors with explicit dict type annotations
10+
([#7](https://github.com/ewels/nf-docs/pull/7))
11+
312
## [Version 0.2.0](https://github.com/ewels/nf-docs/releases/tag/v0.2.0) - 2026-03-04
413

514
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nf-docs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Generate API documentation for Nextflow pipelines by querying the Nextflow Language Server"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)