Skip to content

Commit

Permalink
Release 1.4.5 plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Jul 27, 2024
1 parent 9350458 commit 313ac74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 313ac74

Please sign in to comment.