From 43ceaf00df9864ddc4777a16096233275ee526dd Mon Sep 17 00:00:00 2001 From: Aji Anaz Date: Fri, 10 Jul 2026 00:07:05 +0700 Subject: [PATCH] chore(release): v0.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stable patch release. Promotes v0.3.1-beta.1 (identical contents) to a full release. - bump package.json / tauri.conf.json / Cargo.toml → 0.3.1 - CHANGELOG: promote [0.3.1-beta.1] → [0.3.1] --- CHANGELOG.md | 4 +++- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882b38a..e2f6150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## [0.3.1-beta.1] — 2026-07-09 +## [0.3.1] — 2026-07-09 + +Stable patch release. Promotes v0.3.1-beta.1 (identical contents) to a full release. ### Added - **Document tree UX overhaul** — full hierarchy view with folder/file icons, recursive tree, and slide transitions (#157) diff --git a/package.json b/package.json index 7c989d3..7cef9e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "corin", "private": true, - "version": "0.3.1-beta.1", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6f51b32..891aaae 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "corin" -version = "0.3.1-beta.1" +version = "0.3.1" dependencies = [ "chrono", "dirs", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c1dd6f8..b298b6f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corin" -version = "0.3.1-beta.1" +version = "0.3.1" edition = "2024" description = "CorIn — Cora Intelligence. Desktop knowledge workstation." diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4fdb943..15a019e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json", "productName": "CorIn", - "version": "0.3.1-beta.1", + "version": "0.3.1", "identifier": "dev.codecora.corin", "build": { "frontendDist": "../dist",