Skip to content

Commit 927a961

Browse files
committed
release 0.7.1
1 parent 9790714 commit 927a961

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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.1
6+
7+
#### New Protocol Extensions
8+
9+
- `LibrariesSvr4` - List an SVR4 (System-V/Unix) target's libraries. [\#142](https://github.com/daniel5151/gdbstub/pull/142) ([alexcrichton](https://github.com/alexcrichton))
10+
511
# 0.7.0
612

713
#### Breaking API Changes

Cargo.toml

+1-1
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 <[email protected]>"]
5-
version = "0.7.0"
5+
version = "0.7.1"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)