Skip to content

Commit

Permalink
Merge pull request #237 from macisamuele/maci-release-2.14.0
Browse files Browse the repository at this point in the history
Release version 2.14.0
  • Loading branch information
macisamuele authored Jul 14, 2024
2 parents fefa9ac + 10aebcc commit a627319
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

2.14.0 (2024-07-14)
-------------------
- Update GoogleJavaFormatter to 1.22.0
- Update ktfmt to version 0.51
**NOTE**: This updates removes dropbbox style formatting ([here](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/235/commits/0ba8757d94104c62f2431160f3316e51203bd60d)).
- Update KTLint to version 1.3.1
- [Kotlin] Improved support for ktfmt - [PR #224](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/224) - [@mxr](https://github.com/mxr)
- [Java/Kotlin] Enable checksum verification of download artifacts - [PR #222](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/222) - [@mxr](https://github.com/mxr)
- [Rust] Add support for non-root cargo projects - [PR #217](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/217) - [@AJIOB](https://github.com/AJIOB)
- [Java] Add support for palantir-cli - [PR #213](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/213) - [@eirnym](https://github.com/eirnym)
- [internal] Update pre-commit hooks, github actions and removed deprecated usage of `pkg_resources`

2.13.0 (2024-03-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.13.0
version = 2.14.0

[options]
install_requires =
Expand Down

0 comments on commit a627319

Please sign in to comment.