From 5141bd9e6c19a298ae6ea06d2f938945fc3c3bba Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:53:02 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e23e85bd..4baaf087ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.0.12] + +- Fix DeepSeek API cost reporting (input price is 0 since it's all either a cache read or write, different than how Anthropic reports cache usage) + ## [3.0.11] - Emphasize auto-formatting done by the editor in file edit responses for more reliable diff editing diff --git a/package.json b/package.json index 28436280f1..aef1c202bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline (prev. Claude Dev)", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.0.11", + "version": "3.0.12", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",