Skip to content

Commit 7ddef0f

Browse files
committed
Bump version to 25.10
1 parent 233fd41 commit 7ddef0f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to the genja project are documented in this file. The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com). This project adheres to [Calendar Versioning](https://calver.org) based on `YY.MM.MICRO`.
44

5+
## Genja v25.10
6+
7+
#### Added
8+
9+
- Tests for build functions in the builder module
10+
- A logo image for the documentation
11+
12+
#### Changed
13+
14+
- Use Markdown instead of reStructuredText for the Sphinx documentation
15+
516
## Genja v25.9
617

718
#### Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following is a set of guidelines for contributing to the Genja Python packag
66

77
## Development environment
88

9-
Clone this repository and use [uv](https://docs.astral.sh/uv/) for creating and manageing the Python environment. The environment created by uv uses [ruff](https://docs.astral.sh/ruff/) for linting and formatting along with [pytest](https://docs.pytest.org) for running tests. Genja is installed in editable mode within the environment.
9+
Clone this repository and use [uv](https://docs.astral.sh/uv/) for creating and managing the Python environment. The environment created by uv uses [ruff](https://docs.astral.sh/ruff/) for linting and formatting along with [pytest](https://docs.pytest.org) for running tests. Genja is installed in editable mode within the environment.
1010

1111
```bash
1212
# Clone this project

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "genja"
7-
version = "25.9"
7+
version = "25.10"
88
authors = [{name = "Gavin Wiggins"}]
99
description = "Static website generator"
1010
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)