From 000000086e6419235ecd2473e90a8b92c5968bb2 Mon Sep 17 00:00:00 2001 From: hustcer Date: Fri, 31 Jan 2025 09:00:31 +0800 Subject: [PATCH] Bump to v1.2 --- CHANGELOG.md | 14 ++++++++++++++ meta.json | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b180637..49ec196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.2.0] - 2025-01-31 + +### Breaking Changes + +- Change `DEEPSEEK_TOKEN` to `CHAT_TOKEN` (#50) + +### Features + +- Add `max-length` input (#52) + +### Miscellaneous Tasks + +- Update action name, description and icon (#49) + ## [1.1.0] - 2025-01-30 ### Bug Fixes diff --git a/meta.json b/meta.json index b71d9f1..b341bf7 100644 --- a/meta.json +++ b/meta.json @@ -1,10 +1,10 @@ { "name": "deepseek-review", - "version": "1.1.0", - "actionVer": "v1.1", + "version": "1.2.0", + "actionVer": "v1.2", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review", "home": "https://github.com/marketplace/actions/deepseek-review", - "description": "A github action to do code review for pull requests." + "description": "🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with Deepseek Code Review 🚀" }