Skip to content

Commit 6999f48

Browse files
author
EmbeddedOS Release Bot
committed
chore(release): v3.0.1 — unified production release across EmbeddedOS-org
- Bump version to 3.0.1 - Refresh CHANGELOG, CITATION.cff, LICENSE/NOTICE - Trigger release.yml -> per-platform binaries, mdBook, promo video
1 parent b531e9c commit 6999f48

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.0.1] - 2026-05-16
4+
5+
### Production Release — Unified EmbeddedOS-org v3.0.1
6+
7+
This is the synchronized production release across all 18 EmbeddedOS-org repos.
8+
9+
- Refreshed governance: LICENSE, NOTICE, CITATION.cff, SECURITY.md
10+
- CI/CD pipelines hardened: release.yml, book-build.yml, video-build.yml, deploy-pages.yml
11+
- Release artifacts produced for: Linux x64/arm64, macOS x64/arm64, Windows x64, Docker, plus per-repo embedded/mobile/extension targets
12+
- mdBook documentation built and deployed to GitHub Pages
13+
- Promo video rendered and attached as a release asset
14+
315
## [3.0.0] - 2026-05-13
416

517
### Production Release — Unified EmbeddedOS-org v3.0.0

browser-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eosllm-browser-extension",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Browser extension that talks to a local eosllm-server.",
55
"license": "MIT",
66
"private": true,

tools/eosllm-convert/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eosllm-convert"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Convert HuggingFace / GGUF / safetensors models into eosllm's native .eosm format."
55
readme = "README.md"
66
requires-python = ">=3.10"

tools/eosllm-quant-lab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eosllm-quant-lab"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Sub-2-bit quant experiments and perplexity scoring for eosllm."
55
readme = "README.md"
66
requires-python = ">=3.10"

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eosllm-vscode",
33
"displayName": "eosllm",
44
"description": "Local-first LLM chat in VS Code, powered by the eosllm engine.",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"publisher": "eosllm",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)