diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6696ba..7457d6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.43.0](https://github.com/ai-action/code-ollama/compare/v0.42.0...v0.43.0) (2026-07-11) + + +### Features + +* **memories:** store memories in markdown ([8e42467](https://github.com/ai-action/code-ollama/commit/8e4246745f949c0dad14678f3c81f4557347bf32)) + + +### Bug Fixes + +* **commands:** fix subcommands and tab autocomplete ([f5a3865](https://github.com/ai-action/code-ollama/commit/f5a3865b694d08453b772222dc63764b21b55221)) +* **commands:** handle Enter and selected suggestion submits ([bddcae6](https://github.com/ai-action/code-ollama/commit/bddcae634278499007d3ec6b22ec4f48f6e68c6b)) + ## [0.42.0](https://github.com/ai-action/code-ollama/compare/v0.41.0...v0.42.0) (2026-07-10) diff --git a/package-lock.json b/package-lock.json index 983fabe7..eb9ca1db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.42.0", + "version": "0.43.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.42.0", + "version": "0.43.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 07d436fd..90c0d109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.42.0", + "version": "0.43.0", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",