Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/pythonlib": "0.1.0",
"packages/python2ts": "0.1.0"
"packages/pythonlib": "0.2.0",
"packages/python2ts": "0.2.0"
}
21 changes: 21 additions & 0 deletions packages/python2ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.2.0](https://github.com/sebastian-software/python2ts/compare/python2ts-v0.1.0...python2ts-v0.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](https://github.com/sebastian-software/python2ts/commit/cb2ce3fb5a5c81bec2689ebb81e2469c344da884))
* implement subpath exports architecture (ADR-0009, ADR-0010) ([33415e1](https://github.com/sebastian-software/python2ts/commit/33415e10f8d44f9c169d3ae8d58bdf7db5baf45b))
* migrate pythonlib API to camelCase naming convention ([5052071](https://github.com/sebastian-software/python2ts/commit/5052071cb1d979dd8b37651099de0bd08430df21))
* restructure as pnpm monorepo with Docusaurus docs ([94f44ea](https://github.com/sebastian-software/python2ts/commit/94f44ea0e9cf7bc3c86b802c58c5285f20cc4a19))


### Bug Fixes

* exclude prettier from bundle, add as dependency ([b2d85d7](https://github.com/sebastian-software/python2ts/commit/b2d85d72b6f73382c3217f0307e47e9e392b0f59))
2 changes: 1 addition & 1 deletion packages/python2ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "python2ts",
"version": "0.1.0",
"version": "0.2.0",
"description": "AST-based Python to TypeScript transpiler. Convert Python code to clean, idiomatic TypeScript with full type preservation.",
"homepage": "https://sebastian-software.github.io/python2ts/",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/pythonlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.2.0](https://github.com/sebastian-software/python2ts/compare/pythonlib-v0.1.0...pythonlib-v0.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](https://github.com/sebastian-software/python2ts/commit/cb2ce3fb5a5c81bec2689ebb81e2469c344da884))
* implement subpath exports architecture (ADR-0009, ADR-0010) ([33415e1](https://github.com/sebastian-software/python2ts/commit/33415e10f8d44f9c169d3ae8d58bdf7db5baf45b))
* migrate pythonlib API to camelCase naming convention ([5052071](https://github.com/sebastian-software/python2ts/commit/5052071cb1d979dd8b37651099de0bd08430df21))
* restructure as pnpm monorepo with Docusaurus docs ([94f44ea](https://github.com/sebastian-software/python2ts/commit/94f44ea0e9cf7bc3c86b802c58c5285f20cc4a19))


### Bug Fixes

* update tests for new direct import structure ([fe00e8e](https://github.com/sebastian-software/python2ts/commit/fe00e8e2f24895209d88f33c1a7056f98e51371c))
2 changes: 1 addition & 1 deletion packages/pythonlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pythonlib",
"version": "0.1.0",
"version": "0.2.0",
"description": "Python standard library for TypeScript - itertools, functools, collections, datetime, re, and more. Zero dependencies. Full TypeScript support.",
"homepage": "https://sebastian-software.github.io/python2ts/",
"repository": {
Expand Down