From 313ac74eba288621bf3353c34ec5dc9270ba3962 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Sat, 27 Jul 2024 19:57:51 +0200 Subject: [PATCH] Release 1.4.5 plugin version --- CHANGES.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 845d49c..fa697f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ The Changelog ============= +1.4.5 - 2024-07-27 +------------------ + +### Fixed + +* Don't interrupt program execution when REPL is started right after the upload + ([#313](https://github.com/JetBrains/intellij-micropython/pull/313)) +* Update `machine.pyi` + ([#291](https://github.com/JetBrains/intellij-micropython/pull/291)) + (Thanks to [Lucio Rossi](https://github.com/eigen-value)) +* Update `network.pyi` + ([#296](https://github.com/JetBrains/intellij-micropython/pull/296)) + 1.4.4 - 2024-07-13 ------------------ diff --git a/gradle.properties b/gradle.properties index 2f374c9..92289d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.4.4-2024.1 +version=1.4.5-2024.1 ideaVersion=PC-241-EAP-SNAPSHOT pythonPlugin=PythonCore:241.18034.55 publishToken=token