From 3b3aab2a234919eed580f6c726aa5c8626b61ee0 Mon Sep 17 00:00:00 2001 From: Samuele Maci Date: Sat, 7 Oct 2023 13:04:35 -0700 Subject: [PATCH] Release version 2.11.0 --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c008ab3..fdb268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +2.11.0 (2023-10-11) +------------------- + +- Update KTLint to version 1.0.0 +- Update GoogleJavaFormatter to 1.18.1 +- Make library compatible with Python 3.12 - [PR #182](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/182) - [@Delgan](https://github.com/Delgan) thanks for your contribution + 2.10.0 (2023-07-13) ------------------ diff --git a/setup.cfg b/setup.cfg index b412094..996f26c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ license_file = LICENSE long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown url = https://github.com/macisamuele/language-formatters-pre-commit-hooks -version = 2.10.0 +version = 2.11.0 [options] install_requires =