Skip to content

Commit be37b5f

Browse files
committed
REL: prepare release 5.0.4
1 parent df83cf4 commit be37b5f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +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-
## [Unreleased]
7+
## [5.0.4] - 2024-11-29
88

9+
- PERF: delay most costly import statements until they are needed
10+
- CLN: cleanup unused future imports
911
- TST: add support for Python's optimized mode
1012

1113
## [5.0.3] - 2024-10-25

README.md

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

341341
```yaml
342342
- repo: https://github.com/neutrinoceros/inifix.git
343-
rev: v5.0.3
343+
rev: v5.0.4
344344
hooks:
345345
- id: inifix-validate
346346
```
347347
or
348348
```yaml
349349
- repo: https://github.com/neutrinoceros/inifix.git
350-
rev: v5.0.3
350+
rev: v5.0.4
351351
hooks:
352352
- id: inifix-format
353353
```
@@ -356,7 +356,7 @@ Note that `inifix-format` also validates data by default, so it is redundant to
356356
utilize both hooks. Validation and formatting may nonetheless be decoupled as
357357
```patch
358358
- repo: https://github.com/neutrinoceros/inifix.git
359-
rev: v5.0.3
359+
rev: v5.0.4
360360
hooks:
361361
- id: inifix-validate
362362
- 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.0.3"
7+
version = "5.0.4"
88
description = "An I/O library for Pluto-style ini files."
99
authors = [
1010
{ name = "C.M.T. Robert" },

0 commit comments

Comments
 (0)