Skip to content

Commit 2d8a4ef

Browse files
Copilothotlong
andcommitted
chore: release version 0.4.0 (minor bump)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 6b74a85 commit 2d8a4ef

27 files changed

Lines changed: 226 additions & 78 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22-
## [0.3.3] - 2026-01-25
22+
## [0.4.0] - 2026-01-25
23+
24+
### Added
25+
- Complete documentation site with Fumadocs
26+
- Comprehensive GitHub workflows (CI, CodeQL, release automation, dependency validation)
27+
- Documentation guides (CONTRIBUTING.md, CODE_OF_CONDUCT.md, ARCHITECTURE.md)
28+
- Agent prompts for AI-assisted development
29+
- Blog posts on metadata-driven architecture and protocol-first development
30+
- Comprehensive example applications (AI Analyst, AI Sales, AI Support, CRM, etc.)
2331

2432
### Changed
25-
- Patch release for maintenance and documentation improvements
26-
- Updated all packages to version 0.3.3
33+
- Enhanced project structure and organization
34+
- Improved documentation navigation and accessibility
35+
- Updated all packages to version 0.4.0
2736

2837
## [0.3.2] - 2026-01-24
2938

@@ -157,8 +166,8 @@ Mark breaking changes clearly:
157166

158167
---
159168

160-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.3...HEAD
161-
[0.3.3]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.3.3
169+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.4.0...HEAD
170+
[0.4.0]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.4.0
162171
[0.3.2]: https://github.com/objectstack-ai/spec/compare/v0.3.1...v0.3.2
163172
[0.3.1]: https://github.com/objectstack-ai/spec/compare/v0.3.0...v0.3.1
164173
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0

RELEASE_NOTES.md

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,52 @@
11
# Release Notes
22

3-
## v0.3.3 - Maintenance Release (2026-01-25)
3+
## v0.4.0 - Minor Feature Release (2026-01-25)
44

55
### 📦 Released Packages
66

7-
All packages have been updated to version **0.3.3**:
8-
9-
- **@objectstack/spec@0.3.3** - Core protocol definitions and TypeScript types
10-
- **@objectstack/types@0.3.3** - Shared TypeScript type definitions
11-
- **@objectstack/objectql@0.3.3** - ObjectQL query language and runtime
12-
- **@objectstack/runtime@0.3.3** - Runtime execution environment
13-
- **@objectstack/client@0.3.3** - Client library for ObjectStack
14-
- **@objectstack/driver-memory@0.3.3** - In-memory data storage driver
15-
- **@objectstack/plugin-hono-server@0.3.3** - Hono server plugin for REST API
16-
- **@objectstack/plugin-msw@0.3.3** - MSW (Mock Service Worker) plugin
17-
18-
### 📝 Changes
19-
20-
This is a patch release focusing on:
21-
- Maintenance and documentation improvements
22-
- Updated dependencies across all packages
23-
- Improved build consistency
7+
All packages have been updated to version **0.4.0**:
8+
9+
- **@objectstack/spec@0.4.0** - Core protocol definitions and TypeScript types
10+
- **@objectstack/types@0.4.0** - Shared TypeScript type definitions
11+
- **@objectstack/objectql@0.4.0** - ObjectQL query language and runtime
12+
- **@objectstack/runtime@0.4.0** - Runtime execution environment
13+
- **@objectstack/client@0.4.0** - Client library for ObjectStack
14+
- **@objectstack/driver-memory@0.4.0** - In-memory data storage driver
15+
- **@objectstack/plugin-hono-server@0.4.0** - Hono server plugin for REST API
16+
- **@objectstack/plugin-msw@0.4.0** - MSW (Mock Service Worker) plugin
17+
18+
### ✨ What's New
19+
20+
This is a **minor feature release** with significant infrastructure and documentation improvements:
21+
22+
#### Documentation & Developer Experience
23+
- **Complete Documentation Site**: Built with Fumadocs, featuring comprehensive guides and API references
24+
- **Contributing Guidelines**: CONTRIBUTING.md with detailed development workflow
25+
- **Architecture Documentation**: Deep dive into ObjectStack's architecture and design principles
26+
- **Code of Conduct**: Community guidelines for inclusive collaboration
27+
- **Blog Posts**: In-depth articles on metadata-driven architecture and protocol-first development
28+
29+
#### Infrastructure & Automation
30+
- **GitHub Workflows**:
31+
- Continuous Integration (CI) for automated testing
32+
- CodeQL security scanning
33+
- Automated release process
34+
- Dependency validation
35+
- Link checking
36+
- PR automation
37+
- **Agent Prompts**: AI-assisted development prompts for various protocol domains
38+
39+
#### Examples & Demos
40+
- Multiple example applications showcasing ObjectStack capabilities
41+
- AI-powered examples (Analyst, Sales, Support, Code Generator)
42+
- CRM and Todo applications
43+
- Plugin examples (BI, MSW demo)
44+
45+
### 📝 Changes Summary
46+
47+
- **Version Bump**: All packages updated from 0.3.2 → 0.4.0
48+
- **New Files**: 100+ new files including documentation, workflows, and examples
49+
- **Enhanced Structure**: Improved project organization and developer experience
2450

2551
### 🚀 Publishing
2652

@@ -30,6 +56,10 @@ This release is ready for publishing to npm. When this PR is merged to `main`:
3056
3. Publish to npm registry using NPM_TOKEN secret
3157
4. Create GitHub release with appropriate tags
3258

59+
### 🔗 Migration Notes
60+
61+
No breaking changes in this release. All existing code will continue to work with version 0.4.0.
62+
3363
---
3464

3565
## v0.3.2 - Maintenance Release (2026-01-24)

examples/ai-analyst/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.4
1111

examples/ai-codegen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.4
1111

examples/ai-sales/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.4
1111

examples/ai-support/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.4
1111

examples/crm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.6
1111

examples/host/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/driver-memory@0.3.3
9-
- @objectstack/objectql@0.3.3
10-
- @objectstack/plugin-hono-server@0.3.3
11-
- @objectstack/runtime@0.3.3
8+
- @objectstack/driver-memory@1.0.0
9+
- @objectstack/objectql@1.0.0
10+
- @objectstack/plugin-hono-server@1.0.0
11+
- @objectstack/runtime@1.0.0
1212
- @objectstack/example-crm@1.0.7
1313
- @objectstack/plugin-bi@1.0.7
1414
- @objectstack/example-todo@1.0.7

examples/msw-demo/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/driver-memory@0.3.3
9-
- @objectstack/objectql@0.3.3
10-
- @objectstack/runtime@0.3.3
8+
- @objectstack/driver-memory@1.0.0
9+
- @objectstack/objectql@1.0.0
10+
- @objectstack/runtime@1.0.0
1111
- @objectstack/example-crm@1.0.7
12-
- @objectstack/plugin-msw@0.3.3
12+
- @objectstack/plugin-msw@1.0.0
1313

1414
## 0.1.1
1515

examples/plugin-bi/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.3
8+
- @objectstack/spec@1.0.0
99

1010
## 1.0.6
1111

0 commit comments

Comments
 (0)