Skip to content

Releases: hit9/bitproto

bitproto v1.1.1

24 May 15:44
25c784b
Compare
Choose a tag to compare

Changes:

  • Fix bug: enum (importing from other bitproto)'s field name generation bug. #53 #52
  • Fix bug: import statements of bitproto should be placed ahead of other declarations. #53

Upgraded:

bitproto compiler → v1.1.1

No changes for C/Python/Go lib.

bitproto v1.1.0

02 Jan 14:33
1ac8b43
Compare
Choose a tag to compare

Changes v1.1.0:

PR: #48

  • Improve C bitprotolib performance BpCopyBufferBits
  • Fix bitproto compiler python error for __post_init__ function
  • Improve C bitprotolib performance array of byte; uint8/16/32/64; int8/16/32/64 and enum, alias of them

Upgraded:

  • bitproto compiler → v1.1.0
  • bitproto c lib → v1.1.0

bitproto v1.0.1

27 Dec 14:45
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/bitproto/1.0.1

Changes:

  • Add support for Python 3.11.1

bitproto v1.0.0

15 Dec 10:10
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/bitproto/1.0.0/

Changes:

  • First fully release version

bitproto v0.4.6

13 Dec 15:16
0df9e1e
Compare
Choose a tag to compare

bitproto v0.4.5

bitproto v0.4.4

03 Aug 00:04
Compare
Choose a tag to compare
  • Fix setup issue.

bitproto v0.4.2

31 Jul 06:33
Compare
Choose a tag to compare
  • Allow using type as message field name, fixes issue #39.

bitproto v0.4.1

01 Feb 14:45
Compare
Choose a tag to compare
0.4.1: Minor fix command line typo

bitproto v0.4.0

01 Feb 14:17
77a7b91
Compare
Choose a tag to compare
Merge pull request #37 from hit9/dev

Add performance.rst and fix some typos