Skip to content

Commit e988ad2

Browse files
authored
Merge pull request #311 from macisamuele/maci-release-2.16.0
Release version 2.16.0
2 parents cb52eff + 2511a53 commit e988ad2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
2.16.0 (2026-01-11)
5+
-------------------
6+
- Drop Python 3.8 support, add Python 3.11, 3.13 and 3.14 support
7+
- Update GoogleJavaFormatter to 1.33.0
8+
- Update ktfmt to version 0.61
9+
- Update ktlint to version 1.8.0
10+
- Update palantir to version 2.83.0
11+
- [internal] Add Dependabot configuration for automated dependency updates (GitHub Actions and pip)
12+
- [internal] Add auto-merge workflow for Dependabot PRs
13+
- [internal] Update pre-commit hooks, github actions, tox and mypy configurations
14+
- [internal] Apply pyupgrade modernizations (remove encoding pragmas, use modern Python syntax)
15+
416
2.15.0 (2025-06-25)
517
-------------------
618
- Update GoogleJavaFormatter to 1.27.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license_file = LICENSE
2222
long_description = file: README.md, CHANGELOG.md
2323
long_description_content_type = text/markdown
2424
url = https://github.com/macisamuele/language-formatters-pre-commit-hooks
25-
version = 2.15.0
25+
version = 2.16.0
2626

2727
[options]
2828
install_requires =

0 commit comments

Comments
 (0)