From d0ba60bff16ecdcc53e5cfda88d6ad7a89921a41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 00:01:54 +0000 Subject: [PATCH] chore(master): release 0.44.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5687b59..ca813720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0](https://github.com/ai-action/code-ollama/compare/v0.43.1...v0.44.0) (2026-07-12) + + +### Features + +* **chat:** queue messages ([354f79a](https://github.com/ai-action/code-ollama/commit/354f79a5f01abb89d534d8b39535d8e4872c4425)) + ## [0.43.1](https://github.com/ai-action/code-ollama/compare/v0.43.0...v0.43.1) (2026-07-11) diff --git a/package-lock.json b/package-lock.json index 58c4e452..2b94ef36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8420fa6a..89ab95f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.43.1", + "version": "0.44.0", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",