Skip to content

Commit bbfbb36

Browse files
committed
Update changelog
1 parent c86afbe commit bbfbb36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `pyprefab` are documented here.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com), and the project uses [Semantic Versioning](https://semver.org/).
66

7+
## [Unreleased]
8+
9+
### Added
10+
11+
- Sphinx-based project documentation (published on GitHub pages)
12+
713
## [0.4.0] - [2025-01-26]
814

915
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ docs = [
4040
pyprefab = "pyprefab.cli:app"
4141

4242
[project.urls]
43+
Documentation = "https://bsweger.github.io/pyprefab/index.html"
4344
Repository = "https://github.com/bsweger/pyprefab.git"
4445
Changelog = "https://github.com/bsweger/pyprefab/blob/main/CHANGELOG.md"
4546

@@ -83,4 +84,3 @@ quote-style = 'single'
8384
# ensure setuptools_scm generates a version number that reflects latest tags
8485
# https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata
8586
cache-keys = [{ git = { commit = true, tags = true } }]
86-

0 commit comments

Comments
 (0)