History.markdown in mercenary-0.2.1 vs History.markdown in mercenary-0.3.0
- old
+ new
@@ -6,9 +6,28 @@
### Bug Fixes
### Development Fixes
+## 0.3.0 / 2014-02-20
+
+### Major Enhancements
+
+* Officially drop 1.8.7 support (#14)
+* Allow Commands to set their own versions (#17)
+* Show subcommands, options and usage in help and attach to all commands (#18)
+* Add `-t, --trace` to allow full exception backtrace to print, otherwise print
+ just the error message (#19)
+
+### Minor Enhancements
+
+* Logging state is maintained throughout process (#12)
+* Tidy up Command#logger output (#21)
+
+### Development Fixes
+
+* Added specs for `Program` (#13)
+
## 0.2.1 / 2013-12-25
### Bug Fixes
* Added missing comma to fix '-v' and '--version' options (#9)