Skip to content

Commit bb80255

Browse files
committed
chore(release): 2.1.1
1 parent 490cb98 commit bb80255

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.1] - 2026-05-25
12+
913
### Fixed
1014

1115
- Move the GuideCheck canonical guide path to `.well-known/assistant-guide.txt` while keeping the root copy byte-identical for repository discovery.
@@ -83,7 +87,8 @@ Major release. Restructures the project from a single-file script into an instal
8387

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

86-
[Unreleased]: https://github.com/snapsynapse/substack2md/compare/v2.1.0...HEAD
90+
[Unreleased]: https://github.com/snapsynapse/substack2md/compare/v2.1.1...HEAD
91+
[2.1.1]: https://github.com/snapsynapse/substack2md/compare/v2.1.0...v2.1.1
8792
[2.1.0]: https://github.com/snapsynapse/substack2md/compare/v2.0.0...v2.1.0
8893
[2.0.0]: https://github.com/snapsynapse/substack2md/compare/v1.1.0...v2.0.0
8994
[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.1.0"
8+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)