Skip to content

Commit b9a4190

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

6 files changed

Lines changed: 33 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ htmlcov/
2222

2323
# OS
2424
.DS_Store
25+
build-*/
26+
*.pyc
27+
target/

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.0] - 2026-05-13
4+
5+
### Production Release — Unified EmbeddedOS-org v3.0.0
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
All notable changes to eDB will be documented in this file.
416

517
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

CITATION.cff

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it using the metadata below."
3+
type: software
4+
title: "eDB"
5+
version: "3.0.0"
6+
date-released: "2026-05-13"
7+
authors:
8+
- name: "EmbeddedOS Project Contributors"
9+
url: "https://github.com/embeddedos-org/eDB"
10+
license: MIT

NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
EmbeddedOS Project
2+
Copyright 2026 The EmbeddedOS Project Contributors
3+
4+
Licensed under the MIT License (see LICENSE).
5+
6+
This product includes software developed by the EmbeddedOS Project.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edb",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "3.0.0",
55
"type": "module",
66
"description": "Lightweight embedded database manager with SQL editor, AI-powered query assistance, and multi-model storage",
77
"scripts": {

pyproject.toml

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

55
[project]
66
name = "edb"
7-
version = "0.1.0"
7+
version = "3.0.0"
88
description = "eDB: Unified Multi-Model Database Ecosystem"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)