Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Nov 18, 2024
1 parent b6b9d56 commit 463d576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/pappasam/toml-sort/issues/75>

## 0.24.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 463d576

Please sign in to comment.