From 463d576e0d409069bfdfcdf65acece4b8a0a3df7 Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Sun, 17 Nov 2024 21:00:58 -0500 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271a66d..3280f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +## 0.24.1 + +### Fixed + +- Re-add .pre-commit-hooks. Resolves + ## 0.24.0 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 53cd7c7..6877f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ enable_error_code = "ignore-without-code,redundant-expr,truthy-bool" [tool.poetry] name = "toml-sort" -version = "0.24.0" +version = "0.24.1" description = "Toml sorting library" authors = ["Sam Roeca "] readme = "README.md"