This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Releases: betterproto/python-betterproto2-compiler
Releases · betterproto/python-betterproto2-compiler
v0.2.0
What's Changed
- Update dependencies by @AdrienVannson in #21
- Remove enum default factory when not needed by @AdrienVannson in #22
- Remove CodeQL action by @AdrienVannson in #24
- Add proto file for unwrap test by @AdrienVannson in #25
- Simplify models, fix typing by @AdrienVannson in #23
- Add Python version to documentation, poe command by @AdrienVannson in #26
- Create and use Settings class by @AdrienVannson in #27
- Remove empty type checking blocks by @AdrienVannson in #28
- Generate a test for Any by @AdrienVannson in #29
- Write invalid generated code to a file by @AdrienVannson in #30
- Generate and publish lib code by @AdrienVannson in #32
- Improved Any support by @AdrienVannson in #33
- Move global message pool to generated code by @AdrienVannson in #34
- Compile well-known types by @AdrienVannson in #35
- Stop generating lib code by @AdrienVannson in #36
- Update betterproto to 0.2.1 by @AdrienVannson in #37
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add oneof documentation to generated code by @AdrienVannson in #18
- Remove useless lib files by @AdrienVannson in #19
- Update betterproto to v0.1.1 by @AdrienVannson in #20
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Documentation: better design, add installation instructions by @AdrienVannson in #11
- Add more linting rules and remove useless files by @AdrienVannson in #12
- Remove lib code by @AdrienVannson in #13
- Simplify dataclass fields, new tests by @AdrienVannson in #15
- Add lib / compiler compatibility check by @AdrienVannson in #16
- Bump version to 0.1.0 by @AdrienVannson in #17
Full Changelog: 0.0.3...v0.1.0
First test release
First test release of betterproto2