Skip to content

Commit 25faf38

Browse files
committed
Bump version: 1.8.6 → 1.8.7
1 parent 2ce9f46 commit 25faf38

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.8.6
2+
current_version = 1.8.7
33
files = version.py
44

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
================================================================
2+
Changes from Version 1.8.6 to 1.8.7
3+
! Bugfix: do not remove ASM blocks (optimize)
4+
5+
================================================================
6+
Changes from Version 1.8.5 to 1.8.6
7+
! Bugfix: END instruction was not returning result. Fixed.
8+
19
================================================================
210
Changes from Version 1.8.4 to 1.8.5
311
! Bugfix: crash on bad array declaration

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.8.6'
1+
VERSION = '1.8.7'

0 commit comments

Comments
 (0)