This is 0.2 🎉

このコミットが含まれているのは:
Leonora Tindall 2020-01-01 11:34:40 -08:00
コミット 1a7f8c4ab1
署名者: nora
GPGキーID: 7A8B52EC67E09AAF
3個のファイルの変更15行の追加3行の削除

ファイルの表示

@ -5,8 +5,20 @@ 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 - v0.2.0
## Unreleased - v0.3.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## v0.2.0
### Added
- `Rn2903::system_version_bytes()`
- `Rn2903::system_factory_reset()`

2
Cargo.lock generated
ファイルの表示

@ -131,7 +131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rn2903"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serialport 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

ファイルの表示

@ -1,6 +1,6 @@
[package]
name = "rn2903"
version = "0.1.0"
version = "0.2.0"
authors = ["Leonora Tindall <nora@nora.codes>"]
edition = "2018"
license = "GPL-3.0-only"