Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jul 11, 2024
1 parent cedfeb4 commit bf0aca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uart_16550"
version = "0.3.0"
version = "0.3.1"
authors = ["Lachlan Sneff <[email protected]>", "Philipp Oppermann <[email protected]>"]
description = "Minimal support for uart_16550 serial output."
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.3.1 – 2024-07-11

- Add `try_send_raw` and `try_receive` ([#34](https://github.com/rust-osdev/uart_16550/pull/34))
- Update bitflags dependency to version 2 ([#33](https://github.com/rust-osdev/uart_16550/pull/33))

Expand Down

0 comments on commit bf0aca3

Please sign in to comment.