Skip to content
Open
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "0.8.1",
"packages/cli": "0.1.0",
".": "0.8.2",
"packages/cli": "0.1.1",
"packages/vscode-forst": "0.4.0",
"packages/sidecar": "0.4.0",
"packages/node-runtime": "0.3.1"
"packages/sidecar": "0.4.1",
"packages/node-runtime": "0.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.2](https://github.com/forst-lang/forst/compare/v0.8.1...v0.8.2) (2026-07-13)


### Features

* **dev:** add runtime profile for embedded invoke and host mode ([#142](https://github.com/forst-lang/forst/issues/142)) ([fcfc8c0](https://github.com/forst-lang/forst/commit/fcfc8c08fc72eaba997a7bebb6303542a2684781))

## [0.8.1](https://github.com/forst-lang/forst/compare/v0.8.0...v0.8.1) (2026-07-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/forst-lang/forst/compare/cli-v0.1.0...cli-v0.1.1) (2026-07-13)


### Features

* **dev:** add runtime profile for embedded invoke and host mode ([#142](https://github.com/forst-lang/forst/issues/142)) ([fcfc8c0](https://github.com/forst-lang/forst/commit/fcfc8c08fc72eaba997a7bebb6303542a2684781))

## [0.1.0](https://github.com/forst-lang/forst/compare/cli-v0.0.37...cli-v0.1.0) (2026-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/cli",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./src/index.ts",
"./bin": "./src/bin.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Forst compiler CLI: install the native `forst` binary. Linux, macOS, Windows.",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/forst-lang/forst/compare/node-runtime-v0.3.1...node-runtime-v0.3.2) (2026-07-13)


### Features

* **dev:** add runtime profile for embedded invoke and host mode ([#142](https://github.com/forst-lang/forst/issues/142)) ([fcfc8c0](https://github.com/forst-lang/forst/commit/fcfc8c08fc72eaba997a7bebb6303542a2684781))

## [0.3.1](https://github.com/forst-lang/forst/compare/node-runtime-v0.3.0...node-runtime-v0.3.1) (2026-07-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/node-runtime/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/node-runtime",
"version": "0.3.1",
"version": "0.3.2",
"exports": {
".": "./src/index.ts",
"./bootstrap": "./src/bootstrap.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/node-runtime",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node.js runtime bootstrap and TypeScript indexer for Forst Node interop",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/forst-lang/forst/compare/sidecar-v0.4.0...sidecar-v0.4.1) (2026-07-13)


### Features

* **dev:** add runtime profile for embedded invoke and host mode ([#142](https://github.com/forst-lang/forst/issues/142)) ([fcfc8c0](https://github.com/forst-lang/forst/commit/fcfc8c08fc72eaba997a7bebb6303542a2684781))

## [0.4.0](https://github.com/forst-lang/forst/compare/sidecar-v0.3.0...sidecar-v0.4.0) (2026-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/sidecar",
"version": "0.4.0",
"version": "0.4.1",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forst/sidecar",
"version": "0.4.0",
"version": "0.4.1",
"description": "Sidecar integration for TypeScript applications to use Forst for high-performance backend operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down