From 173b054524b4f1626b16e10a037f80741734e52f Mon Sep 17 00:00:00 2001 From: "smorin-release-please[bot]" <285123648+smorin-release-please[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:11:25 +0000 Subject: [PATCH 1/2] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4af957..6603da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes are listed here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [SemVer](https://semver.org/). +## [0.5.1](https://github.com/smorin/toggle/compare/v0.5.0...v0.5.1) (2026-07-16) + + +### Bug Fixes + +* use schema-valid 'default' object in .contributors.yml ([#47](https://github.com/smorin/toggle/issues/47)) ([d8c08ed](https://github.com/smorin/toggle/commit/d8c08eda1f8361aa92e7393b167f42985aafad18)) + ## [0.5.0](https://github.com/smorin/toggle/compare/v0.4.0...v0.5.0) (2026-05-30) diff --git a/Cargo.toml b/Cargo.toml index d741c42..6b91885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/togl-lib", "crates/togl-cli", "crates/togl-ffi"] resolver = "2" [workspace.package] -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Steve Morin"] license = "MIT" From c3161b41503f12a0edd0513f6e32a4bf1079ee3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:11:37 +0000 Subject: [PATCH 2/2] chore: sync Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fda5c76..380614d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -922,7 +922,7 @@ dependencies = [ [[package]] name = "togl" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "assert_cmd", @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "togl-ffi" -version = "0.5.0" +version = "0.5.1" dependencies = [ "cbindgen", "serde", @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "togl-lib" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "criterion",