Skip to content

Commit 9270423

Browse files
committed
release 0.7.8
1 parent 4bf0fce commit 9270423

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file.
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
# 0.7.8
6+
7+
#### New Features
8+
9+
- `HostIo` - Add HostIoErrno::{EIO,ENOSYS} variants. [\#175](https://github.com/daniel5151/gdbstub/pull/175) ([yodel](https://github.com/yodel))
10+
511
# 0.7.7
612

713
#### Bugfixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gdbstub"
33
description = "An implementation of the GDB Remote Serial Protocol in Rust"
44
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
5-
version = "0.7.7"
5+
version = "0.7.8"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)