Skip to content

Commit

Permalink
Merge pull request #272 from neutrinoceros/rel/5.0.3
Browse files Browse the repository at this point in the history
REL: prepare release 5.0.3
  • Loading branch information
neutrinoceros authored Oct 25, 2024
2 parents 38c9213 + 698929b commit ab279f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

- TST: validate inifix's pre-commit hooks continuously
- TST: test against CPython 3.14-dev
- BLD: include tests dir in source distributions
- DOC: add conda-forge badge to `README.md`

## [5.0.2] - 2024-09-14

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,14 @@ following configuration (add to `.pre-commit-config.yaml`)

```yaml
- repo: https://github.com/neutrinoceros/inifix.git
rev: v5.0.2
rev: v5.0.3
hooks:
- id: inifix-validate
```
or
```yaml
- repo: https://github.com/neutrinoceros/inifix.git
rev: v5.0.2
rev: v5.0.3
hooks:
- id: inifix-format
```
Expand All @@ -356,7 +356,7 @@ Note that `inifix-format` also validates data by default, so it is redundant to
utilize both hooks. Validation and formatting may nonetheless be decoupled as
```patch
- repo: https://github.com/neutrinoceros/inifix.git
rev: v5.0.2
rev: v5.0.3
hooks:
- id: inifix-validate
- id: inifix-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "inifix"
version = "5.0.2"
version = "5.0.3"
description = "An I/O library for Pluto-style ini files."
authors = [
{ name = "C.M.T. Robert" },
Expand Down

0 comments on commit ab279f4

Please sign in to comment.