Skip to content

Commit

Permalink
release 1.1.0 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufugurozbek committed Feb 25, 2023
1 parent 07308d1 commit 32034cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Testcontainers Port Updater Changelog

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

## [1.0.5] - 2022-12-12
- Bump dependencies to their latest versions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
pluginName = Testcontainers Port Updater
pluginRepositoryUrl = https://github.com/yusufugurozbek/testcontainers-port-updater
pluginVersion = 1.0.5
pluginVersion = 1.1.0

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

0 comments on commit 32034cb

Please sign in to comment.