Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
__pycache__
*.egg-info
dist
venv
venv
.ruff_cache
.pytest_cache
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/nationalarchives/python-utilities/compare/v1.4.0...HEAD)
## [Unreleased](https://github.com/nationalarchives/python-utilities/compare/v1.5.0...HEAD)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [1.5.0](https://github.com/nationalarchives/python-utilities/compare/v1.4.0...v1.5.0) - 2026-05-14

### Added

Expand All @@ -22,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `SimpleJsonApiClient` raises `ApiError` exceptions rather than generic `Exception`
- Renamed the `bytes` parameter of `pretty_file_size()` to `filesize_bytes`

### Deprecated

### Removed

- Removed `security_headers` parameter in `Talisman`
Expand All @@ -33,8 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed logic inversion for `default_headers` in `SimpleJsonApiClient`
- Incorrect `ValueError` exceptions changed to `TypeError`

### Security

## [1.4.0](https://github.com/nationalarchives/python-utilities/compare/v1.3.0...v1.4.0) - 2026-04-14

### Added
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tna-utilities"
version = "1.4.0"
version = "1.5.0"
requires-python = ">=3.10"
authors = [
{name = "Andrew Hosgood", email = "andrew.hosgood@nationalarchives.gov.uk"},
Expand Down
Loading