Files
judas_protocol/CHANGELOG.md
github-actions[bot] cccda80784 chore(release): 0.2.0
2025-08-29 13:54:33 +00:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] - 2025-08-28

Features

  • fd070b1 message.py: add b"\n" at end of data from to_bytes()
  • df55e0c message.py: add Message.from_bytes()
  • 762d09e message.py: add Message.to_bytes()
  • b90653b init.py: add public api

[0.1.0] - 2025-08-28

Features

  • dd4b8b0 message.py: add Message class
  • 5e3ed0f types.py: add types.py

Miscellaneous Tasks

  • 8af71dd remove irrelevant workflows

Build

  • 4cf669c uv.lock: add lockfile
  • 0fc7994 pyproject.toml: configure basedpyright to ignore Any