Skip to content

Commit 2979d59

Browse files
committed
chore: release v0.2.0
1 parent 526800b commit 2979d59

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2025-03-26
99

10-
### Changed
10+
### Added
1111

12-
- Set up git hook checks
13-
- Rename gh workflow to gh-pages.yaml
14-
- Upgrade to tailwind 4
12+
- Upgrade to Tailwind 4
1513
- Ask for theme to inherit from
14+
- Improve VS Code experience
15+
16+
### Changed
17+
18+
- Refactor docs (dirhtml, flat layout, hide drafts)
1619
- Reduce noxfile.py only to clean, build and preview
1720
- Use uv instead venv in nox to speed up builds
18-
- Ignore .tmp
19-
- Rename gh workflow to publish-docs.yaml
20-
- Wip
21-
- Setup lintcommit, git-cliff and prettier
22-
- Improve VS Code experience
2321

2422
## [0.1.1] - 2025-03-11
2523

@@ -49,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4947
- Package names is in snake_case
5048
- Crash with sphinx theme static templates
5149

52-
[unreleased]: https://github.com/documatt/sphinx-theme-template/compare/v0.1.1..HEAD
50+
[0.2.0]: https://github.com/documatt/sphinx-theme-template/compare/v0.1.1..v0.2.0
5351
[0.1.1]: https://github.com/documatt/sphinx-theme-template/compare/v0.1.0..v0.1.1
5452

5553
<!-- generated by git-cliff -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Answer the series of questions, and you are ready to go. You have the skeleton o
5858
Main Sphinx theme template features:
5959

6060
- 💯 Free & open-source.
61-
- ✍️ Modern Node.js frontend tooling with Tailwind CSS.
61+
- ✍️ Modern Node.js frontend tooling with Tailwind CSS 4.
6262
- 🏗️ Modern Python setup with `pyproject.toml`, pytest, etc.
6363
- 📒 The real-world documentation sample to test themes.
6464
- 😀 Sane configuration defaults and best practices.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"format": "prettier --write --ignore-unknown .",
44
"format:check": "prettier --check --ignore-unknown .",
55
"prepare": "husky",
6-
"changelog": "npx git-cliff -o CHANGELOG.md",
6+
"changelog": "npx git-cliff --bump -o CHANGELOG.md ",
77
"lint-staged": "lint-staged",
88
"commitlint": "commitlint --edit",
99
"ruff:check": "uv run ruff check",

0 commit comments

Comments
 (0)