Skip to content

pythonlib v0.2.0

Choose a tag to compare

@swernerx swernerx released this 19 Jan 18:07
feb0ce7

Changelog

0.2.0 (2026-01-19)

⚠ BREAKING CHANGES

  • All snake_case function names are now camelCase
  • Project restructured as monorepo

Features

  • docs: add logos, acknowledgments, simplify READMEs (cb2ce3f)
  • implement subpath exports architecture (ADR-0009, ADR-0010) (33415e1)
  • migrate pythonlib API to camelCase naming convention (5052071)
  • restructure as pnpm monorepo with Docusaurus docs (94f44ea)

Bug Fixes

  • update tests for new direct import structure (fe00e8e)