Skip to content

Commit

Permalink
Prepare for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jun 19, 2018
1 parent ab55b81 commit 84858c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.2.1 (2018-06-19)
------------------

- (Changed) Transitions are evaluated according to their event (eventless ones first) and
inner-first/source state semantics, allowing to bypass many useless guard evaluations.


1.2.0 (2018-06-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion sismic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package__ = 'sismic'
__version__ = '1.2.0'
__version__ = '1.2.1'
__licence__ = 'LGPL3'
__author__ = 'Alexandre Decan'
__url__ = 'https://github.com/AlexandreDecan/sismic/'
Expand Down

0 comments on commit 84858c1

Please sign in to comment.