Skip to content

Commit

Permalink
Changelog update - v0.4.7 (#782)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
github-actions[bot] and actions-user committed Aug 7, 2023
1 parent 2c23977 commit 415145e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [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)]
Expand Down Expand Up @@ -430,7 +432,8 @@
- Support ellipsis(...) in fields [[#34](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull//34)]
- Support Schema in fields [[#31](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull//31)]

[Unreleased]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.6-232...HEAD
[Unreleased]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.7...HEAD
[0.4.7]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.6-232...v0.4.7
[0.4.6-232]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.5-232...v0.4.6-232
[0.4.5-232]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.4-232...v0.4.5-232
[0.4.4-232]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.3-232...v0.4.4-232
Expand Down

0 comments on commit 415145e

Please sign in to comment.