Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.9.1] — 2026-03-24

### Changed
- **CHANGELOG** — added missing Tier 4–6 feature entries (composite secrets, approvals, JIT, exec, scanner, linter, memory, context, governance, scopes, rotation, CI validation, audit export) to the v0.9.0 record.
- **Web landing site** — added 11 feature cards, 3 MCP tool groups (15 tools), 8 architecture modules; updated tool count from 31 to 44 and feature count from 13 to 24.
- **Web changelog** — synced with CHANGELOG.md.
- **Stats** — removed Tiers and Platforms cards; kept MCP Tools and Quantum Features.

## [0.9.0] — 2026-03-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i4ctime/q-ring",
"version": "0.9.0",
"version": "0.9.1",
"mcpName": "io.github.I4cTime/q-ring",
"description": "Quantum keyring for AI coding tools — Cursor, Kiro, Claude Code. Secrets, superposition, entanglement, MCP.",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"url": "https://github.com/I4cTime/quantum_ring",
"source": "github"
},
"version": "0.9.0",
"version": "0.9.1",
"packages": [
{
"registryType": "npm",
"identifier": "@i4ctime/q-ring",
"version": "0.9.0",
"version": "0.9.1",
"transport": {
"type": "stdio"
}
Expand Down
10 changes: 10 additions & 0 deletions web/app/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ interface ChangelogEntry {
}

const changelog: ChangelogEntry[] = [
{
version: "0.9.1",
date: "2026-03-24",
highlights: [
{ type: "changed", text: "CHANGELOG — added missing Tier 4–6 feature entries to the v0.9.0 record" },
{ type: "changed", text: "Web landing site — added 11 feature cards, 3 MCP tool groups (15 tools), 8 architecture modules; updated counts" },
{ type: "changed", text: "Web changelog — synced with CHANGELOG.md" },
{ type: "changed", text: "Stats — removed Tiers and Platforms cards; kept MCP Tools and Quantum Features" },
],
},
{
version: "0.9.0",
date: "2026-03-22",
Expand Down
2 changes: 1 addition & 1 deletion web/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Footer() {
height={24}
/>{" "}
q-ring
<span className="text-xs text-text-dim font-normal ml-2">v0.9.0</span>
<span className="text-xs text-text-dim font-normal ml-2">v0.9.1</span>
</div>
<div className="flex gap-6 text-sm">
<Link href="/docs" className="text-text-secondary hover:text-accent transition-colors">
Expand Down
Loading