From 04c3a8b9b57c31e685bc3a1d01a5f594b9afe9a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 03:25:58 +0000 Subject: [PATCH] chore(master): release 0.45.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 ca81372..396ee9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.45.0](https://github.com/ai-action/code-ollama/compare/v0.44.0...v0.45.0) (2026-07-12) + + +### Features + +* **sea:** build single executable application and upload to release ([0e84ceb](https://github.com/ai-action/code-ollama/commit/0e84ceb935f6096f691e9f1b14fd12c4dc2f4181)) + ## [0.44.0](https://github.com/ai-action/code-ollama/compare/v0.43.1...v0.44.0) (2026-07-12) diff --git a/package-lock.json b/package-lock.json index 2b94ef3..3c3ef75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.44.0", + "version": "0.45.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.44.0", + "version": "0.45.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 89ab95f..e2905c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.44.0", + "version": "0.45.0", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",