We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10dbebb commit ae986f8Copy full SHA for ae986f8
CHANGELOG
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+- v2.1.6
4
+
5
+ - cmdr: fix calling `finalAction()` twice when redirectTo
6
+ - cmdr: fix modified state of peripheral object in store
7
+ - cmdr: fix external config file loading and write-back feature
8
+ - upgrade deps
9
10
- v2.1.5
11
12
- lots of improvements and fixes
doc.go
@@ -2,4 +2,4 @@
package cmdr
-const Version = "v2.1.5" // Version fir hedzr/cmdr/v2
+const Version = "v2.1.6" // Version fir hedzr/cmdr/v2
0 commit comments