Skip to content

Version 0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 00:36
· 147 commits to main since this release
v0.15.0
5a4cc6b

Added

  • Added sets.Proto which is an unordered set of [proto.Message] values.
  • Added maps.Proto which is an unordered map of [proto.Message] keys to arbitrary values.

Changed

  • [BC] Split collection package into separate collections/maps and collections/sets packages.