Skip to content

Commit 85ff370

Browse files
committed
release gdbstub 0.6.4
1 parent 3508cfc commit 85ff370

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ 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.6.4
6+
7+
#### Bugfixes
8+
9+
- Avoid truncating `X` packets that contain `:` and `,` as part of the payload. [\#121](https://github.com/daniel5151/gdbstub/pull/121) ([709924470](https://github.com/709924470))
10+
11+
#### Internal Improvements
12+
13+
- Various README tweaks
14+
- Remove some `unsafe` code
15+
- CI improvements
16+
- Run no-panic checks on `example_no_std`
17+
- Run CI on docs
18+
519
# 0.6.3
620

721
#### New Features

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.6.3"
5+
version = "0.6.4"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)