Skip to content

Commit aa69d49

Browse files
authored
Merge pull request #50 from block/mehdi.release-1.0.3
chore: prepare for release 1.0.3
2 parents 0edd37b + 78d4511 commit aa69d49

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@
1111
### Fixed:
1212
- Nothing yet!
1313

14+
## [1.0.3] - 2025-02-21
15+
16+
### New:
17+
18+
- **IntelliJ Plugin**: Added IntelliJ plugin for formatting support. [#33](https://github.com/block/kotlin-formatter/pull/33) by @wsutina
19+
- Added configuration for using a formatting script in the IntelliJ plugin. [#42](https://github.com/block/kotlin-formatter/pull/42) by @mmollaverdi
20+
- Enabled IntelliJ plugin configuration per project. [#41](https://github.com/block/kotlin-formatter/pull/41) by @mmollaverdi
21+
- Enabled automatically upgrading the supported IntelliJ IDEA version. [#39](https://github.com/block/kotlin-formatter/pull/39) by @mmollaverdi
22+
23+
### Changed
24+
25+
- **Formatting Ignore File Location**: Updated the location of the formatting ignore file. [#38](https://github.com/block/kotlin-formatter/pull/38) by @wsutina
26+
- **Dependency Updates**:
27+
- Updated `com.facebook:ktfmt` to `v0.54`. [#15](https://github.com/block/kotlin-formatter/pull/15) by @renovate
28+
- Updated `com.gradleup.shadow` to `v8.3.6`. [#34](https://github.com/block/kotlin-formatter/pull/34) by @renovate
29+
- Updated `org.jetbrains.intellij.platform.settings` to `v2.2.1`. [#35](https://github.com/block/kotlin-formatter/pull/35) by @renovate
30+
- Updated `clikt` to `v5.0.3`. [#44](https://github.com/block/kotlin-formatter/pull/44) by @renovate
31+
- Updated `dependencyAnalysis` to `v2.8.2`. [#45](https://github.com/block/kotlin-formatter/pull/45) by @renovate
32+
1433
## [1.0.2] - 2025-01-30
1534

1635
### Changed:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ org.gradle.parallel=true
99
dependency.analysis.print.build.health=true
1010

1111
group=xyz.block.kotlin-formatter
12-
version=1.0.3-SNAPSHOT
12+
version=1.0.3

0 commit comments

Comments
 (0)