The main purpose of this release was to update the botocore dependency. The latest version of botocore no longer supports the dynamic interface skew was using so we had to move to using the client interface.
In addition, we also changed how the account_id's were associated with profiles. Rather than relying on data in the AWS config file, we now use a separate skew config file (by default, ~/.skew) which is a YAML format file. Details on the format can be found in the README file.
We also added support for a number of new resources, mainly VPC-related resources.