diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa170a..955a65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 0.7.1 + +#### New Protocol Extensions + +- `LibrariesSvr4` - List an SVR4 (System-V/Unix) target's libraries. [\#142](https://github.com/daniel5151/gdbstub/pull/142) ([alexcrichton](https://github.com/alexcrichton)) + # 0.7.0 #### Breaking API Changes diff --git a/Cargo.toml b/Cargo.toml index 445e67b..c9e7129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gdbstub" description = "An implementation of the GDB Remote Serial Protocol in Rust" authors = ["Daniel Prilik "] -version = "0.7.0" +version = "0.7.1" license = "MIT OR Apache-2.0" edition = "2018" readme = "README.md"