Skip to content

Commit

Permalink
bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Feb 23, 2022
1 parent c2d64fa commit 1e4bd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -23,7 +23,7 @@ This massive release delivers a slew of new protocol extensions, internal improv
- Fetching remote memory maps
- Catching + reporting syscall entry/exit conditions
- ...and many more!
- A new license: `gdbtsub` is licensed under MIT OR Apache-2.0
- A new license: `gdbstub` is licensed under MIT OR Apache-2.0

See the [changelog](https://github.com/daniel5151/gdbstub/blob/dev/0.6/CHANGELOG.md) for a comprehensive rundown of all the 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.0"
version = "0.6.1"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 1e4bd67

Please sign in to comment.