From 63fe65855016253c71c2ef017f577cfd1c84f413 Mon Sep 17 00:00:00 2001 From: ajianaz Date: Fri, 24 Jul 2026 09:06:16 +0700 Subject: [PATCH] chore: bump v0.8.1 for crates.io publish --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb19a7..9e99633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2026-07-24 + +### Fixed + +- crates.io publish (503 transient on v0.8.0) + + ## [0.8.0] - 2026-07-24 ### Highlights diff --git a/Cargo.toml b/Cargo.toml index fb3521a..d1a64fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cora-code" -version = "0.8.0" +version = "0.8.1" edition = "2024" description = "CLI-first AI code review — BYOK, diff/scan/branch, pre-commit hooks" license = "MIT"