Skip to content

Commit

Permalink
release 0.7.2 (and gdbstub_arch 0.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Aug 17, 2024
1 parent 8ff0422 commit 6e72c26
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ 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.2

#### Bugfixes

- Add workaround for vCont packets that specify a '0' (Any) thread-id
- For more context, see [`e9a5296c`](https://github.com/daniel5151/gdbstub/commit/e9a5296c4d02f4b5b73d5738654a33d01afa8711)

#### Internal Improvements

- Various README tweaks
- Various clippy lint fixes
- Fix incorrect valid-addr check in armv4t example

# 0.7.1

#### New Protocol Extensions
Expand Down Expand Up @@ -180,8 +193,6 @@ Cheers!
- Enable logging for responses with only alloc [\#78](https://github.com/daniel5151/gdbstub/pull/78) ([gz](https://github.com/gz))
- Lots of internal refactoring and cleanup

#### Bugfixes

# 0.5.0

While the overall structure of the API has remained the same, `0.5.0` does introduce a few breaking API changes that require some attention. That being said, it should not be a difficult migration, and updating to `0.5.0` from `0.4` shouldn't take more than 10 mins of refactoring.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gdbstub"
description = "An implementation of the GDB Remote Serial Protocol in Rust"
authors = ["Daniel Prilik <[email protected]>"]
version = "0.7.1"
version = "0.7.2"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down
4 changes: 4 additions & 0 deletions gdbstub_arch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ 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.3.1

- RISC-V: List all integer registers (for lldb compatibility) [\#149](https://github.com/daniel5151/gdbstub/pull/149) ([danlehmann](https://github.com/danlehmann))

# 0.3.0

#### Breaking Arch Changes
Expand Down
2 changes: 1 addition & 1 deletion gdbstub_arch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gdbstub_arch"
description = "Implementations of `gdbstub::arch::Arch` for various architectures."
authors = ["Daniel Prilik <[email protected]>"]
version = "0.3.0"
version = "0.3.1"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 6e72c26

Please sign in to comment.