
0.2.3:

    * fix data corruption when loading Bool fields

0.2.2:

    * let Message subclasses inherit Fields from their superclasses
    * bundle examples in the source distribution, allowing test suite
      to be run during deployment or installation

0.2.1:

    * improvements to types._TypedList class:
        * now easier to subclass and extend
        * fix bug in __contains__

0.2.0:

    * add ability to compile a .proto file to a .py file

0.1.1:

    * add Type.from_file and Message.to_file
    * allow Message instances to be pickled by serializing them
    * allow the Option constructor to provide default values
    * prevent Int fields from silently truncating other numeric types

0.1.0:

    * Initial release

