From 938790c65b549c7214252ffad7ae317b91f04c79 Mon Sep 17 00:00:00 2001 From: hustcer Date: Thu, 24 Jul 2025 20:05:51 +0800 Subject: [PATCH] Bump version to v1.19 --- CHANGELOG.md | 11 +++++++++++ meta.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b0458..3447b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.19.0] - 2025-07-23 + +### Bug Fixes + +- Fix "variable not found" error (#185) +- Fix getting Nu binary path for Nushell 0.106 + +### Deps + +- Upgrade Nu to v0.106 (#186) + ## [1.18.0] - 2025-06-11 ### Features diff --git a/meta.json b/meta.json index 708c2e3..05df19f 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.18.0", - "actionVer": "v1.18", + "version": "1.19.0", + "actionVer": "v1.19", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",