Skip to content

Commit b12e32e

Browse files
committed
release 0.7.3 (and gdbstub_arch 0.3.2)
1 parent 50ba2d0 commit b12e32e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.6
6+
7+
#### New Protocol Extensions
8+
9+
- `Flash` - Support for GDB [flash commands](https://sourceware.org/gdb/current/onlinedocs/gdb.html/Packets.html#Packets) (e.g: `load`). [\#172](https://github.com/daniel5151/gdbstub/pull/172) ([eulerdisk](https://github.com/eulerdisk))
10+
511
# 0.7.5
612

713
#### New Protocol Extensions

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

gdbstub_arch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ 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.3.2
6+
7+
- x86: Remove "padding" bytes from x86 register packet [\#171](https://github.com/daniel5151/gdbstub/pull/171) ([cadmic](https://github.com/cadmic))
8+
59
# 0.3.1
610

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

gdbstub_arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gdbstub_arch"
33
description = "Implementations of `gdbstub::arch::Arch` for various architectures."
44
authors = ["Daniel Prilik <[email protected]>"]
5-
version = "0.3.1"
5+
version = "0.3.2"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)