chore: release v0.2.0 [skip ci]

This commit is contained in:
guruconnect-ci
2026-05-29 17:56:38 +00:00
parent 4ddced1b9b
commit 520569937c
11 changed files with 103 additions and 6 deletions

View File

@@ -6,11 +6,24 @@ All notable changes to GuruConnect are documented here. Format follows
Per-version entries below are generated from conventional commits (`feat:`, `fix:`, `perf:`) Per-version entries below are generated from conventional commits (`feat:`, `fix:`, `perf:`)
by the release workflow; per-component changelogs are also written to by the release workflow; per-component changelogs are also written to
`changelogs/<component>/v<version>.md` and served at `/api/changelog/...`. `changelogs/<component>/v<version>.md` and served at `/api/changelog/...`.
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)
## [0.1.0] - 2026-01-18 ## [0.1.0] - 2026-01-18
### Added ### Added
- Initial GuruConnect: Rust agent (DXGI/GDI capture, input injection, native viewer, - Initial GuruConnect: Rust agent (DXGI/GDI capture, input injection, native viewer,
`guruconnect://` handler), Axum relay server, protobuf-over-WSS transport. `guruconnect://` handler), Axum relay server, protobuf-over-WSS transport.
- Phase-1 security hardening (JWT, Argon2id, rate limiting, security headers, SEC-1..5), - Phase-1 security hardening (JWT, Argon2id, rate limiting, security headers, SEC-1..5),
systemd units, automated backups. systemd units, automated backups.

View File

@@ -6,7 +6,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["AZ Computer Guru"] authors = ["AZ Computer Guru"]
license = "Proprietary" license = "Proprietary"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "guruconnect" name = "guruconnect"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["AZ Computer Guru"] authors = ["AZ Computer Guru"]
description = "GuruConnect Remote Desktop - Agent and Viewer" description = "GuruConnect Remote Desktop - Agent and Viewer"

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -0,0 +1,14 @@
## [0.2.0] - 2026-05-29
### Added
- Operational tooling — signing, versioning, changelog, roadmap (SPEC-001) (60519be2)
### Fix
- Use Self:: for static method calls (cc35d111)
### Security
- Require authentication for all WebSocket and API endpoints (4614df04)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@guruconnect/dashboard", "name": "@guruconnect/dashboard",
"version": "0.1.0", "version": "0.2.0",
"description": "GuruConnect Remote Desktop Viewer Components", "description": "GuruConnect Remote Desktop Viewer Components",
"author": "AZ Computer Guru", "author": "AZ Computer Guru",
"license": "Proprietary", "license": "Proprietary",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "guruconnect-server" name = "guruconnect-server"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["AZ Computer Guru"] authors = ["AZ Computer Guru"]
description = "GuruConnect Remote Desktop Relay Server" description = "GuruConnect Remote Desktop Relay Server"