Skip to content

Commit 313ac74

Browse files
committed
Release 1.4.5 plugin version
1 parent 9350458 commit 313ac74

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
The Changelog
22
=============
33

4+
1.4.5 - 2024-07-27
5+
------------------
6+
7+
### Fixed
8+
9+
* Don't interrupt program execution when REPL is started right after the upload
10+
([#313](https://github.com/JetBrains/intellij-micropython/pull/313))
11+
* Update `machine.pyi`
12+
([#291](https://github.com/JetBrains/intellij-micropython/pull/291))
13+
(Thanks to [Lucio Rossi](https://github.com/eigen-value))
14+
* Update `network.pyi`
15+
([#296](https://github.com/JetBrains/intellij-micropython/pull/296))
16+
417
1.4.4 - 2024-07-13
518
------------------
619

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.4.4-2024.1
1+
version=1.4.5-2024.1
22
ideaVersion=PC-241-EAP-SNAPSHOT
33
pythonPlugin=PythonCore:241.18034.55
44
publishToken=token

0 commit comments

Comments
 (0)