We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9f46 commit 25faf38Copy full SHA for 25faf38
3 files changed
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.8.6
+current_version = 1.8.7
3
files = version.py
4
ChangeLog
@@ -1,3 +1,11 @@
+================================================================
+Changes from Version 1.8.6 to 1.8.7
+! Bugfix: do not remove ASM blocks (optimize)
+
5
6
+Changes from Version 1.8.5 to 1.8.6
7
+! Bugfix: END instruction was not returning result. Fixed.
8
9
================================================================
10
Changes from Version 1.8.4 to 1.8.5
11
! Bugfix: crash on bad array declaration
version.py
@@ -1 +1 @@
-VERSION = '1.8.6'
+VERSION = '1.8.7'
0 commit comments