Skip to content

Commit

Permalink
chore(rf24-py): bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 9, 2025
1 parent 48c6631 commit 586b255
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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).
<!-- markdownlint-disable MD024 -->

## [rf24-py/0.1.1] - 2025-03-09

### <!-- 1 --> 🚀 Added

- Implement nRF24L01 driver by @2bndy5 in [#1](https://github.com/nRF24/rf24-rs/pull/1)

### <!-- 9 --> 🗨️ Changed

- Prepare release CI by @2bndy5 in [#14](https://github.com/nRF24/rf24-rs/pull/14)

[rf24-py/0.1.1]: https://github.com/nRF24/rf24-rs/compare/f8863cc36d66708bfa0fb2fb1a219c7b2f97f7d6...rf24-py/0.1.1

Full commit diff: [`f8863cc...rf24-py/0.1.1`][rf24-py/0.1.1]


<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rf24-py"
description = "A python binding for the rf24-rs project"
version = "0.1.0"
version = "0.1.1"
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 586b255

Please sign in to comment.