Skip to content

Commit 2a1feeb

Browse files
committed
chore(release): 2.1.0
1 parent 7a940b1 commit 2a1feeb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
_Nothing yet._
10+
11+
## [2.1.0] - 2026-05-25
12+
913
### Fixed
1014

1115
- Confine publication mapping output directories to `base_dir`; absolute paths and `..` components are rejected.
@@ -76,6 +80,7 @@ Major release. Restructures the project from a single-file script into an instal
7680

7781
First tagged reference point. CDP-driven Substack-to-markdown converter with Obsidian wikilink rewriting, publication mapping, transcript cleanup, and batch URL file support.
7882

79-
[Unreleased]: https://github.com/snapsynapse/substack2md/compare/v2.0.0...HEAD
83+
[Unreleased]: https://github.com/snapsynapse/substack2md/compare/v2.1.0...HEAD
84+
[2.1.0]: https://github.com/snapsynapse/substack2md/compare/v2.0.0...v2.1.0
8085
[2.0.0]: https://github.com/snapsynapse/substack2md/compare/v1.1.0...v2.0.0
8186
[1.1.0]: https://github.com/snapsynapse/substack2md/releases/tag/v1.1.0

substack2md/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
dependency check and would fail in a build-isolation environment).
66
"""
77

8-
__version__ = "2.0.0"
8+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)