Skip to content

Commit

Permalink
chore: release v0.2.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz-avsaase[bot] <174656944+release-plz-avsaase[bot]@users.noreply.github.com>
Co-authored-by: Alexander van Saase <avsaase@gmail.com>
  • Loading branch information
release-plz-avsaase[bot] and avsaase authored Jan 24, 2025
1 parent 7641f5b commit 7f21072
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-button"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Alexander van Saase <avsaase at gmail dot com>"]
description = "Async button handling crate for no_std environments"
Expand Down

0 comments on commit 7f21072

Please sign in to comment.