Skip to content

Releases: cpcloud/protoletariat

2.1.0

14 Feb 16:01
Compare
Choose a tag to compare

2.1.0 (2023-02-14)

Features

  • ensure consistent ordering in generated __init__.pyi files (9fca603)

2.0.0

28 Dec 22:25
Compare
Choose a tag to compare

2.0.0 (2022-12-28)

⚠ BREAKING CHANGES

  • deps: click 8 is now required

  • deps: bump lower bound of click to 8 (113c347)

1.1.0

29 Oct 10:26
Compare
Choose a tag to compare

1.1.0 (2022-10-29)

Features

  • python: allow python 3.11 (1012243)

1.0.1

11 Sep 20:12
Compare
Choose a tag to compare

1.0.1 (2022-09-11)

Bug Fixes

  • deps: support python protobuf==4 (bd75812)

1.0.0

11 Sep 14:34
Compare
Choose a tag to compare

1.0.0 (2022-09-11)

⚠ BREAKING CHANGES

  • deps: Move to Python 3.8. 0.9.4 is the last version to support Python 3.7

  • deps: bump python lower bound to 3.8 (0480117)

v0.9.4

22 Jun 19:52
Compare
Choose a tag to compare

0.9.4 (2022-06-22)

Bug Fixes

  • codegen: deduplicate generated imports (e040217)
  • codegen: don't traverse or generate code with __pycache__ (0c083d5)

v0.9.3

06 May 13:30
Compare
Choose a tag to compare

0.9.3 (2022-05-06)

Bug Fixes

  • fix version number again (2865ce4)
  • fix version number in __init__.py (4fac8c8)

v0.9.2

06 May 12:39
Compare
Choose a tag to compare

0.9.2 (2022-05-06)

Bug Fixes

  • fix version number in __init__.py (fc494c9)

v0.9.1

16 Apr 08:06
Compare
Choose a tag to compare

0.9.1 (2022-04-16)

Bug Fixes

  • replace hyphens with suffixes when cleaning proto filename (71b9f27)

v0.9.0

04 Apr 21:15
Compare
Choose a tag to compare

0.9.0 (2022-04-04)

Features

  • generate init.pyi for mypy (9d7fe5b)