Skip to content

Commit

Permalink
build: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hansingt committed Jun 19, 2024
1 parent 56c682a commit 7da2f35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2024-06-19

### 🚀 Features

- [**breaking**] Implement the `split` feature for L293 chip ([#19](https://github.com/hansingt/l293x/issues/19))

### 🧪 Testing

- Run pre-commit hooks in CI ([#17](https://github.com/hansingt/l293x/issues/17))

### ⚙️ Miscellaneous Tasks

- Update changelog links

## [0.2.0] - 2024-06-14

### 🚀 Features
Expand Down Expand Up @@ -40,6 +54,7 @@ All notable changes to this project will be documented in this file.

- Add changelog

[0.3.0]: https://github.com///compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com///compare/v0.1.2..v0.2.0
[0.1.2]: https://github.com///compare/v0.1.1..v0.1.2
[0.1.1]: https://github.com///commits/v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "l293x"
version = "0.2.0"
version = "0.3.0"
description = "Platform agnostic library for the L293 and L293D motor drivers using embedded-hal"
authors = ["hansingt"]
categories = ["embedded", "hardware-support", "no-std"]
Expand Down

0 comments on commit 7da2f35

Please sign in to comment.