From ba182549e4e4de67270b56448d1d035ab81d0b0c Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Fri, 13 Oct 2023 01:24:32 +0900 Subject: [PATCH] bump version to 0.4.9 (#819) * bump version to 0.4.9 * Update CHANGELOG.md --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a23d9e..c576065f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## [Unreleased] +- Fix False positive for non-decorator use of validator [[#818](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/818)] - Support 2023.3 EAP [[#813](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/813)] ## [0.4.8] - 2023-09-14 diff --git a/gradle.properties b/gradle.properties index f831be0f..4c64310c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.koxudaxi.pydantic pluginName = Pydantic pluginRepositoryUrl = https://github.com/koxudaxi/pydantic-pycharm-plugin # SemVer format -> https://semver.org -pluginVersion = 0.4.8 +pluginVersion = 0.4.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232