diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ef9656..0db75bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] +- Support pydantic v2 validators for 231 [[#736](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/736)] + +## [0.4.3] - 2023-06-26 - Add error message for root model in v2 [[#696](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/686)] - Add official document link [[#697](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/697)] diff --git a/gradle.properties b/gradle.properties index b34e3a28..6806a8a9 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.3 +pluginVersion = 0.4.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 231