Skip to content

Commit

Permalink
Merge pull request #726 from koxudaxi/Update-CHANGELOG.md-for-2023.2
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for 2023.2
  • Loading branch information
koxudaxi authored Jun 26, 2023
2 parents 393cf41 + 08fe71b commit 70f87c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [Unreleased]
- Support Kotlin 1.8.20 [[#719](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/719)]
- Update build.yml [[#724](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/724)]
- Support 232 EAP [[#717](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/717)]

## [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)]

## [0.4.2-231] - 2023-03-22
- Bump version to 0.4.2-231 [[#686](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/686)]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
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.3
pluginVersion = 0.4.3-232

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand All @@ -30,4 +30,4 @@ kotlin.stdlib.default.dependency = false
# org.gradle.unsafe.configuration-cache = true

# Support Kotlin 1.8.20 -> https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation
kotlin.incremental.useClasspathSnapshot=false
kotlin.incremental.useClasspathSnapshot=false

0 comments on commit 70f87c6

Please sign in to comment.