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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.14.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.0](https://github.com/runpod/tetra-rp/compare/v0.13.0...v0.14.0) (2025-10-31)


### Features

* AE-1202 add flash cli cmd init and run ([#96](https://github.com/runpod/tetra-rp/issues/96)) ([75b2baf](https://github.com/runpod/tetra-rp/commit/75b2baf4a35c9e6f3fc973ed287bd8da9285c607))

## [0.13.0](https://github.com/runpod/tetra-rp/compare/v0.12.0...v0.13.0) (2025-10-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tetra_rp"
version = "0.13.0"
version = "0.14.0"
description = "A Python library for distributed inference and serving of machine learning models"
authors = [
{ name = "Marut Pandya", email = "[email protected]" },
Expand Down
Loading