Skip to content

Commit 0e17a10

Browse files
Merge pull request #328 from neutrinoceros/rel/5.1.3
REL: prepare release 5.1.3
2 parents 19827b9 + b6e9988 commit 0e17a10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [5.1.3] - 2024-12-17
88

99
- TYP: prefer absolute forward references and avoid `__future__.annotations`
1010
- TYP: ensure type annotations of the IO API are accessible at runtime in Python 3.14

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,14 @@ following configuration (add to `.pre-commit-config.yaml`)
376376

377377
```yaml
378378
- repo: https://github.com/neutrinoceros/inifix.git
379-
rev: v5.1.2
379+
rev: v5.1.3
380380
hooks:
381381
- id: inifix-validate
382382
```
383383
or
384384
```yaml
385385
- repo: https://github.com/neutrinoceros/inifix.git
386-
rev: v5.1.2
386+
rev: v5.1.3
387387
hooks:
388388
- id: inifix-format
389389
```
@@ -392,7 +392,7 @@ Note that `inifix-format` also validates data by default, so it is redundant to
392392
utilize both hooks. Validation and formatting may nonetheless be decoupled as
393393
```patch
394394
- repo: https://github.com/neutrinoceros/inifix.git
395-
rev: v5.1.2
395+
rev: v5.1.3
396396
hooks:
397397
- id: inifix-validate
398398
- id: inifix-format

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 = "inifix"
7-
version = "5.1.2"
7+
version = "5.1.3"
88
description = "An I/O library for Pluto-style ini files."
99
authors = [
1010
{ name = "C.M.T. Robert" },

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)