Skip to content

Commit

Permalink
bump version to 0.4.5-232 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Jul 17, 2023
1 parent 87a63d3 commit d06d9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
- Add migration guide url for 232 [[#752](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/752)]
- Update v2 external document url for 232 [[#749](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/749)]
- Support ConfigDict for 232 [[#747](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/747)]

## [0.4.4-232] - 2023-07-14
- Support pydantic v2 validators for 232 [[#737](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/737)]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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.4-232
pluginVersion = 0.4.5-232

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

0 comments on commit d06d9f3

Please sign in to comment.