Skip to content

Commit e9fa60b

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 7f52940 commit e9fa60b

38 files changed

Lines changed: 49 additions & 37 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

cli-tools/ebot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eos/ebot-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "AI assistant in terminal - EoS CLI Tool",
55
"bin": {
66
"eos-ebot": "./index.js"

cli-tools/ecal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eos/ecal-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Calendar management - EoS CLI Tool",
55
"bin": {
66
"eos-ecal": "./index.js"

cli-tools/echat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eos/echat-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Terminal messaging - EoS CLI Tool",
55
"bin": {
66
"eos-echat": "./index.js"

cli-tools/ecleaner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
44

55
[project]
66
name = "eos-ecleaner"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "Disk cleanup & optimizer - EoS CLI Tool"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.9"

cli-tools/econverter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eos/econverter-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Unit/format converter - EoS CLI Tool",
55
"bin": {
66
"eos-econverter": "./index.js"

cli-tools/efiles/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
44

55
[project]
66
name = "eos-efiles"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "File manager TUI - EoS CLI Tool"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.9"

cli-tools/eftp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
44

55
[project]
66
name = "eos-eftp"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "FTP/SFTP client - EoS CLI Tool"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.9"

cli-tools/eguard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
44

55
[project]
66
name = "eos-eguard"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "Security scanner - EoS CLI Tool"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.9"

cli-tools/epdf/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
44

55
[project]
66
name = "eos-epdf"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "PDF merge/split/convert - EoS CLI Tool"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)