# Changelog
## [0.4.0](https://github.com/i-am-logger/claude-code-proxy/compare/claude-code-proxy-v0.3.0...claude-code-proxy-v0.4.0) (2026-03-19)
### Features
* add --host flag to bind to specific address (default 127.0.0.1) ([f30a6e0](https://github.com/i-am-logger/claude-code-proxy/commit/f30a6e0de124fbbfb37bb4e2705e6239685db0a9))
## [0.3.0](https://github.com/i-am-logger/claude-code-proxy/compare/claude-code-proxy-v0.2.0...claude-code-proxy-v0.3.0) (2026-03-19)
### ⚠ BREAKING CHANGES
* crate renamed from claude-proxy to claude-code-proxy. Binary renamed from claude-proxy to claude-code-proxy.
### Features
* add CLI args with clap, fix --help/--version panic ([ffce150](https://github.com/i-am-logger/claude-code-proxy/commit/ffce1507be3c67538eca300458c12c29c84a53e0))
* OpenAI-compatible proxy for Claude Code CLI ([6bfa9ea](https://github.com/i-am-logger/claude-code-proxy/commit/6bfa9eaad3f0d4b81a3296bc597fa0b78bd14ffb))
* rename to claude-code-proxy, fix streaming, add CLI args ([d4d6c4d](https://github.com/i-am-logger/claude-code-proxy/commit/d4d6c4d98e0c025a6f86bb865ce4c037bc463583))
## [0.2.0](https://github.com/i-am-logger/claude-proxy/compare/claude-proxy-v0.1.0...claude-proxy-v0.2.0) (2026-03-18)
### Features
* add CLI args with clap, fix --help/--version panic ([ffce150](https://github.com/i-am-logger/claude-proxy/commit/ffce1507be3c67538eca300458c12c29c84a53e0))
* OpenAI-compatible proxy for Claude Code CLI ([6bfa9ea](https://github.com/i-am-logger/claude-proxy/commit/6bfa9eaad3f0d4b81a3296bc597fa0b78bd14ffb))