Skip to content

Commit a258ba4

Browse files
chore(rust): release v0.8.0
1 parent b1d0d1d commit a258ba4

5 files changed

Lines changed: 28 additions & 27 deletions

File tree

rust/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [0.8.0] - 2026-04-12
10+
11+
### Added
12+
13+
- Separate CI/CD pipelines for JS and Rust code
14+
- `rust.yml` workflow for Rust-specific builds, tests, and releases
15+
- Changelog fragment system in `rust/changelog.d/` for tracking changes
16+
17+
### Added
18+
19+
- Added `--temperature` CLI option to override the temperature for model completions (#241)
20+
21+
### Fixed
22+
23+
- Fixed Rust CI/CD release pipeline that was silently skipping all releases (#247)
24+
- Added `always()` to `auto-release` and `manual-release` job conditions to prevent GitHub Actions from skipping them when the `changelog-check` job is skipped on push events
25+
- Fixed changelog version regex in `create-github-release.mjs` to support Rust's `## [version] - date` format alongside JS's `## version` format
26+
- Added `format-github-release.mjs` step to Rust release jobs for consistent release note formatting
27+

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface"
66
license = "Unlicense"

rust/changelog.d/20251230_120000_separate_cicd_pipelines.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

rust/changelog.d/20260410_201700_add_temperature_option.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

rust/changelog.d/20260411_fix_rust_cicd_releases.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)