Skip to content

Commit 51bb68b

Browse files
Merge pull request #380 from neutrinoceros/rel/6.0.1
REL: prepare release 6.0.1
2 parents 5266625 + a267ef3 commit 51bb68b

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

lib/inifix/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [6.0.1] - 2025-02-05
8+
9+
BLD: ensure `conftest.py` is included in source distributions
10+
711
## [6.0.0] - 2025-02-04
812

913
- API: ``inifix``'s command line interfaces (`inifix-validate`

lib/inifix/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@ which can be configured by adding the following snippets to
342342

343343
```yaml
344344
- repo: https://github.com/neutrinoceros/inifix.git
345-
rev: v6.0.0
345+
rev: v6.0.1
346346
hooks:
347347
- id: inifix-validate
348348
```
349349
or
350350
```yaml
351351
- repo: https://github.com/neutrinoceros/inifix.git
352-
rev: v6.0.0
352+
rev: v6.0.1
353353
hooks:
354354
- id: inifix-format
355355
```
@@ -359,7 +359,7 @@ enable both hooks with no further configuration. Validation and formatting may
359359
nonetheless be decoupled as
360360
```patch
361361
- repo: https://github.com/neutrinoceros/inifix.git
362-
rev: v6.0.0
362+
rev: v6.0.1
363363
hooks:
364364
- id: inifix-validate
365365
- id: inifix-format

lib/inifix/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "inifix"
7-
version = "6.0.0"
7+
version = "6.0.1"
88
description = "An I/O library for Pluto-style ini files."
99
authors = [
1010
{ name = "C.M.T. Robert" },

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"inifix==6.0.0",
14+
"inifix==6.0.1",
1515
"typer-slim>=0.15.1",
1616
]
1717

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)