Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.4"
".": "0.18.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This changelog is maintained by release-please Release PRs.

## [0.18.5](https://github.com/Drswith/quantex-cli/compare/v0.18.4...v0.18.5) (2026-05-21)


### Bug Fixes

* **update:** preserve recorded install source ([5b2cfbf](https://github.com/Drswith/quantex-cli/commit/5b2cfbfe1bd3a8e965bd5e1c388a8dbed5e5290e))

## [0.18.4](https://github.com/Drswith/quantex-cli/compare/v0.18.3...v0.18.4) (2026-05-19)


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": "quantex-cli",
"version": "0.18.4",
"version": "0.18.5",
"description": "Agent-friendly lifecycle CLI for AI coding assistant CLIs: install, inspect, update, uninstall, run, and automate Codex, Claude Code, Gemini, Cursor, OpenCode, and more",
"keywords": [
"agent-cli",
Expand Down
2 changes: 1 addition & 1 deletion src/generated/build-meta.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BUILD_PACKAGE_NAME = 'quantex-cli'
export const BUILD_REPOSITORY_URL = 'https://github.com/Drswith/quantex-cli'
export const BUILD_VERSION = '0.18.4' // x-release-please-version
export const BUILD_VERSION = '0.18.5' // x-release-please-version
Loading