Skip to content

Commit

Permalink
Merge pull request #221 from neutrinoceros/rel/4.5.0
Browse files Browse the repository at this point in the history
REL: prepare release 4.5.0
  • Loading branch information
neutrinoceros authored Jun 27, 2024
2 parents 4fe8cc9 + 57b6cc2 commit 7c7b39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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
## [4.5.0] - 2024-06-27

- DOC: illustate how to write type-safe applications of `inifix.load`
- ENH: `inifix-format` (and pre-commit hook) now validates that formatted data
compares identical to unformatted data (unless `--skip-validation` is passed)

## [4.4.3] - 2024-03-09

Expand Down
2 changes: 1 addition & 1 deletion src/inifix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .io import loads
from .validation import validate_inifile_schema

__version__ = "4.4.3"
__version__ = "4.5.0"

0 comments on commit 7c7b39f

Please sign in to comment.