Thrifty 0.3.0
--------------

Added:
------
- New unified API for types in `thrifty-schema`, consolidating `ThriftType` and `Named`
- Support for `(deprecated = "true")` Thrift annotation by emitting `@Deprecated` in Java
- `Struct` interface which makes writing to protocols simpler - no more passing around Adapters
- Builder APIs for `thrifty-schema` to allow for customization of a schema prior to code generation
- Link-type validation of Thrift services and their functions

Fixed:
------
- Numerous edge-cases in const-value validation
- A crash parsing certain kinds of doc comments

Contributors:
- @benjamin-bader
- @naturalwarren
- @hzsweers
- @seanabraham
- @gabrielittner