Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz-avsaase[bot] authored Jan 24, 2025
1 parent 7641f5b commit 68f2251
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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

### Other

- Release plz setup ([#4](https://github.com/avsaase/async-button/pull/4))
- CI improvements ([#5](https://github.com/avsaase/async-button/pull/5))
- Merge pull request [#3](https://github.com/avsaase/async-button/pull/3) from avsaase/update-dependencies
- Update dependencies
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.1.1"
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 68f2251

Please sign in to comment.