Skip to content

Commit dc36409

Browse files
author
cw
committed
Release v0.3.1
Fix CI failures: flutter_skill compat, markdownlint config, English docs, release script auto-updates Flutter app version - Updated version to 0.3.1 - Updated CHANGELOG.md - Synced documentation across all packages
1 parent 16f725f commit dc36409

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
@@ -45,6 +45,12 @@
4545

4646
### Security
4747

48+
### Deprecated
49+
50+
### Removed
51+
52+
### Security
53+
4854
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4955

5056
---

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

0 commit comments

Comments
 (0)