Skip to content

Commit

Permalink
Changelog and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 26, 2024
1 parent 67e89b5 commit 04efb27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ 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.1...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.2...HEAD)

## [2.3.1](https://github.com/alexdlaird/hookee/compare/2.3.0...2.3.1) - 2024-02-1
## [2.3.2](https://github.com/alexdlaird/hookee/compare/2.3.1...2.3.2) - 2024-02-26
### Added
- Build improvements.

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

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

VERSION = __version__

Expand Down
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.1"
version = "2.3.2"
description = "Command line webhooks, on demand."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 04efb27

Please sign in to comment.