Skip to content

Commit d80c416

Browse files
github-actions[bot]chmanie
authored andcommitted
chore: release v0.2.0
1 parent ebc3a48 commit d80c416

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.0](https://github.com/ATOVproject/mii/compare/v0.1.1...v0.2.0) - 2025-08-21
11+
12+
### Added
13+
14+
- [**breaking**] complete rewrite, add Ansible, ER-301, Just Friends, Telexo
15+
16+
### Fixed
17+
18+
- fix and amend doc comment example
19+
20+
### Other
21+
22+
- rewrite README.md

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A rust-embedded implementation of the monome ii protocol"
44
categories = ["embedded", "hardware-support", "no-std"]
55
documentation = "https://docs.rs/mii"
66
authors = ["Chris Maniewski"]
7-
version = "0.1.1"
7+
version = "0.2.0"
88
edition = "2024"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)