diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9a042..5c8d93e 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.22.1 + +### Fixed + +- Issue where an IndexError exception was raised on an empty array. See: + ## 0.22.0 Release entirely related to this PR: diff --git a/pyproject.toml b/pyproject.toml index 9bacc62..89d3da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include_trailing_comma = true [tool.poetry] name = "toml-sort" -version = "0.22.0" +version = "0.22.1" description = "Toml sorting library" authors = ["Sam Roeca "] readme = "README.md"