Skip to content

Commit 5de63e8

Browse files
author
cw
committed
Release v0.3.9
Fix Windows dead_code warnings for IPC types - Updated version to 0.3.9 - Updated CHANGELOG.md - Synced documentation across all packages
1 parent de40da6 commit 5de63e8

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
@@ -93,6 +93,12 @@
9393

9494
### Security
9595

96+
### Deprecated
97+
98+
### Removed
99+
100+
### Security
101+
96102
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
97103

98104
---

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.8 | **Last Updated**: 2026-02-04
496+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.9 | **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.8"
3+
version = "0.3.9"
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.8
3+
version: 0.3.9
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.8 | **Last Updated**: 2026-02-04
502+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.9 | **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.8",
5+
"version": "0.3.9",
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.8 | **Last Updated**: 2026-02-04
510+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.9 | **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.8+18
19+
version: 0.3.9+19
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.8 | **Last Updated**: 2026-02-04
496+
**Status**: ✅ 88% Production Ready | **Version**: 0.3.9 | **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.8",
3+
"version": "0.3.9",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)