Skip to content

Commit 5ef89e6

Browse files
committed
chore(uart8250): bump version to v0.6.0
1 parent d72022c commit 5ef89e6

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uart8250/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
## v0.6.0
6+
7+
### Added
8+
9+
- Add basic tests
10+
- Add `TransmitError` and check error in `write_byte`
11+
- Implement embedded_hal serial traits
12+
13+
### Changed
14+
15+
- Use register names instead of arrays
16+
- Derive `Copy` and `Eq` for bare enums
17+
-
18+
19+
### Removed
20+
21+
- Remove toggle methods
22+
23+
### Security
24+
25+
- The `uart` module is private
26+
- Mark some methods as unsafe
27+
- `from_base_address`
28+
- `set_base_address`
29+
- Mark some methods as private
30+
- methods that directly access the whole register
31+
332
## v0.5.0
433

534
- Add several bitflags of status registers

uart8250/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uart8250"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
authors = ["Campbell He (duskmoon)"]
66
license = "MIT"

0 commit comments

Comments
 (0)