From 7f21072343d8588319cd168d898e475d34fe2f07 Mon Sep 17 00:00:00 2001 From: "release-plz-avsaase[bot]" <174656944+release-plz-avsaase[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:11:19 +0100 Subject: [PATCH] chore: release v0.2.0 (#6) Co-authored-by: release-plz-avsaase[bot] <174656944+release-plz-avsaase[bot]@users.noreply.github.com> Co-authored-by: Alexander van Saase --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..49c1caa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/avsaase/async-button/compare/v0.1.0...v0.1.1) - 2025-01-24 + +### Added + +- Update to `embassy-time` 0.4. This is a breaking change. + +### Other + +- Release plz setup ([#4](https://github.com/avsaase/async-button/pull/4)) +- CI improvements ([#5](https://github.com/avsaase/async-button/pull/5)) diff --git a/Cargo.toml b/Cargo.toml index d75d6dd..f25ab82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-button" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Alexander van Saase "] description = "Async button handling crate for no_std environments"