Skip to content

Commit

Permalink
Changelog update - v0.4.13 (#921)
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 Apr 22, 2024
1 parent 1b52d2e commit 2d9dad4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]

## [0.4.13] - 2024-04-15

- Fix unresolved ClassVar attribute error [[#919](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/919)]

## [0.4.12] - 2024-03-14
Expand Down Expand Up @@ -542,7 +545,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.12...HEAD
[Unreleased]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.13...HEAD
[0.4.13]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.12...v0.4.13
[0.4.12]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.11...v0.4.12
[0.4.11]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.10...v0.4.11
[0.4.10]: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.9...v0.4.10
Expand Down

0 comments on commit 2d9dad4

Please sign in to comment.