This release includes a number of fixes and improvements. The notable feature addition is the ability to now add non-terminating options and flags to an `ApplicationGroup` interface and have them available in your applications. All groups along the hierarchy have their option namespaces merged and attached as `shared` to the Application class. So adding `my_opt` to a parent application group would be accessible from the downline application as `self.shared.my_opt`.