Skip to content

Commit

Permalink
release gdbstub 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Feb 25, 2023
1 parent 3508cfc commit 85ff370
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@ 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.6.4

#### Bugfixes

- 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))

#### Internal Improvements

- Various README tweaks
- Remove some `unsafe` code
- CI improvements
- Run no-panic checks on `example_no_std`
- Run CI on docs

# 0.6.3

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "gdbstub"
description = "An implementation of the GDB Remote Serial Protocol in Rust"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
version = "0.6.3"
version = "0.6.4"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 85ff370

Please sign in to comment.