Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: STRRL/bub

Tags

0.3.0a1

Toggle 0.3.0a1's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
chore: update version to 0.3.0a1 in pyproject.toml and uv.lock

Signed-off-by: Frost Ming <[email protected]>

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
chore: update version to 0.2.3

Signed-off-by: Frost Ming <[email protected]>

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
fix: update version to 0.2.2 in pyproject.toml, __init__.py, and uv.lock

Signed-off-by: Frost Ming <[email protected]>

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
fix: update reset method in TapeService to use session/start for handoff

Signed-off-by: Frost Ming <[email protected]>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
fix: remove blinker dependency from project and lock files

Signed-off-by: Frost Ming <[email protected]>

0.1.1

Toggle 0.1.1's commit message
fix: minor fix for lint and test

0.1.0

Toggle 0.1.0's commit message
chore: bump to 0.1.0

0.1.0-alpha.1

Toggle 0.1.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: intro baby bub (bubbuild#1)

* feat: baby bub, baby step

* fix: one mypy issue with moonshot k2

Bub: Successfully fixed the first mypy issue by adding the missing return type annotation -> None to the __init__ method in
src/bub/cli/render.py, reducing the error count from 24 to 23.

* fix: make mypy happy

* docs(posts): add a blog for it

* chore: prepare for 0.1.0-alpha.1

* chore: minor fix