Skip to content

Commit 0d68198

Browse files
Copilothotlong
andcommitted
chore: release v0.3.0 with unified versioning (keep 0.x version)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ce78dc5 commit 0d68198

File tree

19 files changed

+18
-50
lines changed

19 files changed

+18
-50
lines changed

CHANGELOG.md

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

2020
### Security
2121

22-
## [1.0.0] - 2026-01-22
22+
## [0.3.0] - 2026-01-22
2323

2424
### Added
2525
- Comprehensive documentation structure with CONTRIBUTING.md
@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
### Changed
3535
- Updated README.md with improved documentation navigation
3636
- Enhanced documentation organization following industry best practices
37-
- **BREAKING**: All packages now use unified versioning (all packages released together with same version number)
37+
- All packages now use unified versioning (all packages released together with same version number)
3838

3939
## [0.1.1] - 2026-01-20
4040

@@ -139,6 +139,6 @@ Mark breaking changes clearly:
139139

140140
---
141141

142-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v1.0.0...HEAD
143-
[1.0.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v1.0.0
142+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.0...HEAD
143+
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
144144
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1

examples/ai-analyst/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/ai-codegen/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/ai-sales/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/ai-support/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @objectstack/client
22

3-
## 1.0.0
3+
## 0.3.0
44

55
### Patch Changes
66

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/client",
3-
"version": "1.0.0",
3+
"version": "0.3.0",
44
"description": "Official Client SDK for ObjectStack Protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/driver-memory/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @objectstack/driver-memory
22

3-
## 1.0.0
3+
## 0.3.0
44

55
### Patch Changes
66

packages/driver-memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/driver-memory",
3-
"version": "1.0.0",
3+
"version": "0.3.0",
44
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/objectql/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @objectstack/objectql
22

3-
## 1.0.0
3+
## 0.3.0
44

55
### Patch Changes
66

0 commit comments

Comments
 (0)