Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Releases: googleapis/protoc-docs-plugin

protoc-docs-plugin v0.8.0

12 Jun 01:00
2bdf14e
Compare
Choose a tag to compare
  • Bugfix: fix: add two newlines before Attributes (#31)

protoc-docs-plugin v0.7.0

20 May 23:30
074aa05
Compare
Choose a tag to compare
  • Bugfix: go back to dict literal

protoc-docs-plugin v0.6.1

08 Apr 23:43
8a47779
Compare
Choose a tag to compare
  • Bugfix: Wrap message docstrings

protoc-docs-plugin v0.6.0

28 Jan 22:05
fa40c6a
Compare
Choose a tag to compare

release level

  • Bugfix: Add a leading comma to the doc keyword insertion

protoc-docs-plugin v0.5.0

27 Jan 22:15
ee7a2a6
Compare
Choose a tag to compare

release level

  • Bugfix: Yet more fixes.

protoc-docs-plugin v0.4.0

27 Jan 21:49
38bfe42
Compare
Choose a tag to compare

release level

  • Bugfix: Addresses an issue from upstream libproto, where proto object dicts are constructed via keyword instead of via dict literal.

protoc-docs-plugin v0.3.0

17 May 18:07
97140ce
Compare
Choose a tag to compare

release level

  • Feature: Create __init__.py files in directories with protos. (#6)

protoc-docs-plugin v0.2.0

03 Oct 20:32
Compare
Choose a tag to compare

release level

  • Bugfix: Fixes an issue with nested messages, which sometimes had the wrong insertion point.

protoc-docs-plugin v0.1.0

03 Oct 20:25
Compare
Choose a tag to compare

release level

This is a protoc plugin intended to augment protoc's default Python output with docstrings. It has been loosely designed to be able to support docstrings for other langauges also, but this is contingent upon the availability of appropriate insertion points in those languages.