Skip to content

Commit 90adc57

Browse files
author
cw
committed
Release v0.3.3
Fix remaining CI: markdownlint rules, Dart parse error, docker compose v2, iOS build path - Updated version to 0.3.3 - Updated CHANGELOG.md - Synced documentation across all packages
1 parent 9519575 commit 90adc57

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757

5858
### Security
5959

60+
### Deprecated
61+
62+
### Removed
63+
64+
### Security
65+
6066
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6167

6268
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,6 @@ If you find OpenCLI useful, please consider giving it a star!
493493

494494
---
495495

496-
**Status**: ✅ 88% Production Ready | **Version**: 0.3.2 | **Last Updated**: 2026-02-04
496+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.3 | **Last Updated**: 2026-02-04
497497

498498
**Latest**: System architecture documented | MicroVM security proposal | Mobile integration tested

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opencli"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
authors = ["cw <cw@dtok.io>"]
66
description = "Universal AI Development Platform - CLI Client"

daemon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencli_daemon
22
description: OpenCLI Daemon - Core backend process
3-
version: 0.3.2
3+
version: 0.3.3
44
publish_to: 'none'
55

66
environment:

ide-plugins/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ If you find OpenCLI useful, please consider giving it a star!
499499

500500
---
501501

502-
**Status**: ✅ 88% Production Ready | **Version**: 0.3.2 | **Last Updated**: 2026-02-04
502+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.3 | **Last Updated**: 2026-02-04
503503

504504
**Latest**: System architecture documented | MicroVM security proposal | Mobile integration tested
505505

ide-plugins/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencli-vscode",
33
"displayName": "OpenCLI",
44
"description": "Universal AI Development Platform for VSCode",
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"publisher": "opencli",
77
"engines": {
88
"vscode": "^1.80.0"

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ If you find OpenCLI useful, please consider giving it a star!
507507

508508
---
509509

510-
**Status**: ✅ 88% Production Ready | **Version**: 0.3.2 | **Last Updated**: 2026-02-04
510+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.3 | **Last Updated**: 2026-02-04
511511

512512
**Latest**: System architecture documented | MicroVM security proposal | Mobile integration tested
513513

opencli_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.3.2+12
19+
version: 0.3.3+13
2020

2121
environment:
2222
sdk: '>=3.0.0 <4.0.0'

web-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,6 @@ If you find OpenCLI useful, please consider giving it a star!
493493

494494
---
495495

496-
**Status**: ✅ 88% Production Ready | **Version**: 0.3.2 | **Last Updated**: 2026-02-04
496+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.3 | **Last Updated**: 2026-02-04
497497

498498
**Latest**: System architecture documented | MicroVM security proposal | Mobile integration tested

web-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencli-web",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)