Skip to content

Commit

Permalink
Bump version, update changelog, readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Nov 19, 2024
1 parent 1d986cc commit 4ec2489
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
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.2

### Fixed

- Regression from 0.24.1 and 0.24.0 where sorting inline tables would throw a ValueError if the key in the table had trailing spaces. Resolves <https://github.com/pappasam/toml-sort/issues/76>

## 0.24.1

### Fixed
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![image-python-versions](https://img.shields.io/badge/python->=3.9-blue)](https://python.org/pypi/jedi-language-server)
[![image-pypi-downloads](https://pepy.tech/badge/toml-sort)](https://pepy.tech/project/toml-sort)

A command line utility to sort and format your toml files.
A command line utility to sort and format [toml](https://toml.io/en/) files.

## Installation

Expand Down Expand Up @@ -310,16 +310,9 @@ Install the following tools manually.
- [Poetry>=1.0](https://github.com/sdispater/poetry#installation)
- [GNU Make](https://www.gnu.org/software/make/)

**Set up development environment**

```bash
make setup
```

**Run Tests**

```bash
make tests
make setup # set up dev environment
make tests # run tests
```

## Written by
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.1"
version = "0.24.2"
description = "Toml sorting library"
authors = ["Sam Roeca <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4ec2489

Please sign in to comment.