From 98521130282e6dbffbce60387c7ff2d4a4568528 Mon Sep 17 00:00:00 2001 From: hustcer Date: Wed, 11 Jun 2025 15:37:14 +0800 Subject: [PATCH] Bump version to v1.18 --- CHANGELOG.md | 15 +++++++++++++++ meta.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f62893..45b0458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.18.0] - 2025-06-11 + +### Features + +- Set default `temperature` to **0.3** for code review (#181) + +### Miscellaneous Tasks + +- Refine diff flag descriptions in docs and scripts (#177) +- Upgrade `Nu` to 0.105 and pin [`hustcer/setup-nu`](https://github.com/hustcer/setup-nu) to v3.19 (#183) + +### Deps + +- Upgrade `nutest` to v1.1.0 (#179) + ## [1.17.0] - 2025-04-11 ### Bug Fixes diff --git a/meta.json b/meta.json index ab484d1..708c2e3 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.17.0", - "actionVer": "v1.17", + "version": "1.18.0", + "actionVer": "v1.18", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",