M History.md +8 -0
@@ 2,6 2,14 @@
---
+## v0.2.0 [2021-08-31] Michael Granger <ged@faeriemud.org>
+
+Improvements:
+
+- Move responsibility for creating transitions into State.
+- Add spec helpers with a transition matcher.
+- Add missing event handler method to State
+
## v0.1.0 [2021-08-27] Michael Granger <ged@faeriemud.org>
M lib/pushdown.rb +1 -1
@@ 15,7 15,7 @@ module Pushdown
extend Loggability
# Package version
- VERSION = '0.1.0'
+ VERSION = '0.2.0'
# Loggability API -- create a logger for Pushdown classes and modules