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
13 changes: 0 additions & 13 deletions .changeset/job-concept-implementation.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @perstack/api-client

## 0.0.33

### Patch Changes

- [#78](https://github.com/perstack-ai/perstack/pull/78) [`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add Job concept as parent container for Runs

- Add Job schema and jobId to Checkpoint, RunSetting, and Event types
- Update storage structure to perstack/jobs/{jobId}/runs/{runId}/
- Update CLI options: --job-id, --continue-job (replacing --continue-run)

- Updated dependencies [[`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4)]:
- @perstack/core@0.0.22

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/api-client",
"version": "0.0.32",
"version": "0.0.33",
"description": "Perstack API Client",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @perstack/core

## 0.0.22

### Patch Changes

- [#78](https://github.com/perstack-ai/perstack/pull/78) [`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add Job concept as parent container for Runs

- Add Job schema and jobId to Checkpoint, RunSetting, and Event types
- Update storage structure to perstack/jobs/{jobId}/runs/{runId}/
- Update CLI options: --job-id, --continue-job (replacing --continue-run)

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/core",
"version": "0.0.21",
"version": "0.0.22",
"description": "Perstack Core",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# perstack

## 0.0.46

### Patch Changes

- [#78](https://github.com/perstack-ai/perstack/pull/78) [`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add Job concept as parent container for Runs

- Add Job schema and jobId to Checkpoint, RunSetting, and Event types
- Update storage structure to perstack/jobs/{jobId}/runs/{runId}/
- Update CLI options: --job-id, --continue-job (replacing --continue-run)

- Updated dependencies [[`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4)]:
- @perstack/core@0.0.22
- @perstack/runtime@0.0.63
- @perstack/api-client@0.0.33
- @perstack/tui@0.0.20

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perstack",
"version": "0.0.45",
"version": "0.0.46",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @perstack/runtime

## 0.0.63

### Patch Changes

- [#78](https://github.com/perstack-ai/perstack/pull/78) [`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add Job concept as parent container for Runs

- Add Job schema and jobId to Checkpoint, RunSetting, and Event types
- Update storage structure to perstack/jobs/{jobId}/runs/{runId}/
- Update CLI options: --job-id, --continue-job (replacing --continue-run)

- Updated dependencies [[`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4)]:
- @perstack/core@0.0.22
- @perstack/api-client@0.0.33

## 0.0.62

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/runtime",
"version": "0.0.62",
"version": "0.0.63",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @perstack/tui

## 0.0.20

### Patch Changes

- [#78](https://github.com/perstack-ai/perstack/pull/78) [`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add Job concept as parent container for Runs

- Add Job schema and jobId to Checkpoint, RunSetting, and Event types
- Update storage structure to perstack/jobs/{jobId}/runs/{runId}/
- Update CLI options: --job-id, --continue-job (replacing --continue-run)

- Updated dependencies [[`654ea63`](https://github.com/perstack-ai/perstack/commit/654ea635245f77baa43020dcab75efe31ab42cf4)]:
- @perstack/core@0.0.22

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/tui",
"version": "0.0.19",
"version": "0.0.20",
"description": "Perstack Text User Interface",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down