From 7b48ab502d3520549964403ed594af0906060696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:46:13 +0000 Subject: [PATCH] chore: release 0.1.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 954d87e..b101681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.1.0 (2026-09-14) + + +### Features + +* initial occonfig CLI with named opencode model profiles ([4698348](https://github.com/defilantech/occonfig/commit/4698348f6b46d3a8a35720c7688bb02c38002800)) + + +### Bug Fixes + +* **ci:** pass the required toolchain input to dtolnay/rust-toolchain ([d677d5c](https://github.com/defilantech/occonfig/commit/d677d5cbc9c3cac75539fac2477263a9664a9029)) + + +### Documentation + +* let release-please own CHANGELOG.md outright ([90d3cb7](https://github.com/defilantech/occonfig/commit/90d3cb703f8fd9eba0e476f49f5fadc709ddfa2b)) + +## Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), diff --git a/Cargo.lock b/Cargo.lock index 1bec7a6..a87f38f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "occonfig" -version = "0.0.0" +version = "0.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b53902d..9e32932 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "occonfig" -version = "0.0.0" +version = "0.1.0" edition = "2021" rust-version = "1.80" description = "Named model profiles for your opencode configuration"