Skip to content

Latest commit

 

History

History
126 lines (70 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

126 lines (70 loc) · 3.2 KB

CHANGELOG

v0.4.1 (2025-03-06)

Bug Fixes

  • ci: Improve release process (f7fd392)

v0.4.0 (2025-03-06)

Chores

Documentation

  • Add more info about Collections (cecd424)

Features

  • Support more versions of Python (#9, 169a3cd)

v0.3.0 (2025-03-05)

Chores

Features

  • feat: Collections API

  • Strip out generics for micropython

  • Switch to msgpack serialization

  • Linting

  • Move this to inside the SDK

  • Fix imports

  • Add docs

  • Rename this job

  • Switch to pickle (it's native)

  • Use generic Exception class

v0.2.0 (2025-03-04)

Chores

Documentation

Features

  • Add Simplified Promise API with Callback Support (#3, fd79fbd)
  • feat: Add a high-level promises API

  • docs: Add info on Promises usage

v0.1.2 (2025-03-04)

Bug Fixes

  • Add GitHub token to release workflow (863f8dc)

  • Add release workflow (#2, d57b0ee)

  • fix: Add release workflow

  • Fix lockfile

  • Fetch tags for release (c48def0)

  • Set env variable in the correct location (0c14d1c)

  • Update fetch-depth (409f217)

Chores

v0.1.1 (2025-03-03)

Bug Fixes

  • Circular imports in WASM (a56b757)