bump version to 0.2.4
Rust/va108xx-rs/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2021-12-06 12:22:57 +01:00
parent 91a2db0f6f
commit a5e5f02f7c
2 changed files with 6 additions and 2 deletions

View File

@ -8,9 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## [v0.2.4]
- Added missing bitfield `CSDTRG2` in `CSD_CTRL` register of `TIM0` peripheral
## [v0.2.3]
- Added peripheral reset fields for PERIPHERAL_RESET register
- Added peripheral reset fields for `PERIPHERAL_RESET` register
## [v0.2.2]

View File

@ -1,6 +1,6 @@
[package]
name = "va108xx"
version = "0.2.3"
version = "0.2.4"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "PAC for the Vorago VA108xx family of microcontrollers"