Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 7fe8f14

Browse files
committed
bump: version 2.0.2 → 2.1.0
1 parent c453fb1 commit 7fe8f14

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.1.0 (2025-01-01)
2+
3+
### Feat
4+
5+
- Add --dry-run option (#228)
6+
17
## v2.0.2 (2025-01-01)
28

39
### Fix

podcast_archiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v2.0.2"
1+
__version__ = "v2.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podcast-archiver"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
description = "Archive all episodes from your favorite podcasts"
55
# cspell: disable
66
authors = ["Jan Willhaus <[email protected]>"]

0 commit comments

Comments
 (0)