Skip to content

Commit

Permalink
Merge pull request #2 from AtoVproject/release-plz-2024-02-10T19-39-30Z
Browse files Browse the repository at this point in the history
chore: release v0.3.0
  • Loading branch information
chmanie authored Feb 10, 2024
2 parents 2b685ff + 18096de commit 4b7d6fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.3.0](https://github.com/AtoVproject/is31fl3218/compare/v0.2.0...v0.3.0) - 2024-02-10

### Added
- [**breaking**] move to embedded-hal-async
- [**breaking**] move to embedded-hal-async

### Other
- adjust repository link
- add build/test workflow
- add release-plz workflow
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A rust-embedded driver for the Lumissil Microsystems IS31FL3218 L
categories = ["embedded", "hardware-support", "no-std"]
documentation = "https://docs.rs/is31fl3218"
authors = ["Chris Maniewski"]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4b7d6fd

Please sign in to comment.