Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Oct 10, 2024
1 parent bef9e89 commit df88fce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Unreleased
---

### Changed

- Modernize development infrastructure
(PR [#162](https://github.com/SethMMorton/natsort/issues/177))
- Use `ruff` instead of `flake8` and `black`
- Move all config to `pyproject.toml`
- Use `setuptools-scm` to track `__version__`
- Remove `bumpversion` for creating new releases
- Move to `src/` layout for repository

### Fixed

- Eliminated mypy failure related to string literals

### Removed

- Python 3.7 support

[8.4.0] - 2023-06-19
---

Expand Down

0 comments on commit df88fce

Please sign in to comment.