Skip to content

Commit 32034cb

Browse files
release 1.1.0 🔖
1 parent 07308d1 commit 32034cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Testcontainers Port Updater Changelog
22

33
## [Unreleased]
4+
- Bump dependencies to their latest versions
5+
- Bump Gradle version to 8.0.1
6+
- Use Kotlin UI DSL Version 2 for settings
7+
- Switch settings from application level to project level / Now each project has its own settings
8+
- Make log entry prefix editable via settings / Now you can change the log entry prefix via settings
9+
- Introduce match mode feature / Now you can select your match mode via settings
410

511
## [1.0.5] - 2022-12-12
612
- Bump dependencies to their latest versions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
55
pluginName = Testcontainers Port Updater
66
pluginRepositoryUrl = https://github.com/yusufugurozbek/testcontainers-port-updater
7-
pluginVersion = 1.0.5
7+
pluginVersion = 1.1.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222

0 commit comments

Comments
 (0)