Skip to content

Commit

Permalink
Prepare 0.50.0 release (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Jun 29, 2023
1 parent 876f692 commit fdb0506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased
## [0.50.0] - 2023-06-29

### Deprecation of ktlint-enable and ktlint-disable directives

Expand Down Expand Up @@ -1938,6 +1938,7 @@ set in `[*{kt,kts}]` section).

## 0.1.0 - 2016-07-27

[0.49.1]: https://github.com/pinterest/ktlint/compare/0.49.1...0.50.0
[0.49.1]: https://github.com/pinterest/ktlint/compare/0.49.0...0.49.1
[0.49.0]: https://github.com/pinterest/ktlint/compare/0.48.2...0.49.0
[0.48.2]: https://github.com/pinterest/ktlint/compare/0.48.1...0.48.2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.49.2-SNAPSHOT
VERSION_NAME=0.50.0
GROUP=com.pinterest.ktlint

POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.
Expand Down

0 comments on commit fdb0506

Please sign in to comment.