We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c1860 commit 106574dCopy full SHA for 106574d
2 files changed
.github/workflows/python-app.yaml
@@ -200,6 +200,11 @@ jobs:
200
with:
201
python-version: "3.11"
202
203
+ - name: Sync changelog to docs
204
+ run: |
205
+ cp CHANGELOG.md docs/changelog.md
206
+ echo "✅ Synced changelog to docs"
207
+
208
- name: Install documentation dependencies
209
run: |
210
python -m pip install --upgrade pip
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.1.5] - 2025-07-08
11
12
+### Fixed
13
+- Fixed Docs deployment
14
15
## [2.1.4] - 2025-07-08
16
17
### Fixed
0 commit comments