Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 753 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 753 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0]

Changed

  • mix compile.proto changed to install plugin automatically
  • compiler now supports specifying plugin version via the config
  • updated to support protobuf v0.9.0 which include additional options
  • removed protobuf as a dependency - user needs to include
  • project name changed to protobuf_compiler

[0.1.1]

Added

  • CHANGELOG

Changed

  • fixed breaking mix test
  • switched protobuf dependency to OffgridElectric/protobuf

[0.1.0]

Initial release