From 592e09c76836c3ac7718ef187e3924b53706da06 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 8 Sep 2026 02:53:02 -0500 Subject: [PATCH] chore: release v2.1.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76733b9..476027e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.1.1](https://github.com/jdx/demand/compare/v2.1.0...v2.1.1) - 2026-09-08 + +### Other + +- *(deps)* update dependency hk to v1.58.1 ([#215](https://github.com/jdx/demand/pull/215)) +- *(deps)* update jdx/mise-action digest to c2a8761 ([#213](https://github.com/jdx/demand/pull/213)) +- *(deps)* update dependency hk to v1.57.0 ([#214](https://github.com/jdx/demand/pull/214)) +- add sponsor logos to readme ([#212](https://github.com/jdx/demand/pull/212)) +- *(sponsors)* replace 37signals with omacom foundation ([#210](https://github.com/jdx/demand/pull/210)) + ## [2.1.0](https://github.com/jdx/demand/compare/v2.0.5...v2.1.0) - 2026-08-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0e49673..dc002ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "2.1.0" +version = "2.1.1" edition = "2024" description = "A CLI prompt library" license = "MIT"