Skip to content

Commit

Permalink
Changelog update.
Browse files Browse the repository at this point in the history
alexdlaird committed Feb 11, 2024
1 parent cb82b1f commit 5c11983
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.0...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.1...HEAD)

## [2.3.1](https://github.com/alexdlaird/hookee/compare/2.3.0...2.3.1) - 2024-02-1
### Added
- Relative dependency pinning in `pyproject.toml`.
- Style and stability improvements (check `flake8` with `make check-style`).
2 changes: 1 addition & 1 deletion hookee/conf.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

__author__ = "Alex Laird"
__copyright__ = "Copyright 2024, Alex Laird"
__version__ = "2.3.0"
__version__ = "2.3.1"

VERSION = __version__

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hookee"
version = "2.3.0"
version = "2.3.1"
description = "Command line webhooks, on demand."
readme = "README.md"
license = { file = "LICENSE" }

0 comments on commit 5c11983

Please sign in to comment.