Skip to content

Commit

Permalink
Bump version v0.4.8 (#801)
Browse files Browse the repository at this point in the history
* Bump version v0.4.8

* Update CHANGELOG.md
  • Loading branch information
koxudaxi committed Sep 14, 2023
1 parent f0347fc commit ae70142
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
@@ -1,11 +1,15 @@
# Changelog

## [Unreleased]
- Improve RootModel inspection [[#783](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/783)]
- Fix populate_by_name [[#779](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/797)]
- Ignore `__init__` method if parameter is only only `**kwargs` arguments. [[#798](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/798)]
- Fixed problem refactoring unrelated fields [[#800](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/800)]

## [0.4.7] - 2023-08-07
- Fix false positive "__root__ cannot be mixed with other fields" -- ty… [#780](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/780)]
- treat model validator as an instance method when mode='after' [#779](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/779)]
- Fix NullPointerException of getExternalDocumentationUrl [#778](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/778)]
- Fix false positive "__root__ cannot be mixed with other fields" -- ty… [[#780](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/780)]
- treat model validator as an instance method when mode='after' [[#779](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/779)]
- Fix NullPointerException of getExternalDocumentationUrl [[#778](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/778)]
- Fix false positive validator asterisk [[#777](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/777)]

## [0.4.6-232] - 2023-07-20
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.7
pluginVersion = 0.4.8

# 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 ae70142

Please sign in to comment.