Skip to content

Commit e433bbb

Browse files
committed
release gdbstub_arch 0.3.3
1 parent f3652bd commit e433bbb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.3
6+
7+
- Add support for Wasm [\#192](https://github.com/daniel5151/gdbstub/pull/192) ([cfallin](https://github.com/cfallin))
8+
59
# 0.3.2
610

711
- x86: Remove "padding" bytes from x86 register packet [\#171](https://github.com/daniel5151/gdbstub/pull/171) ([cadmic](https://github.com/cadmic))

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 <danielprilik@gmail.com>"]
5-
version = "0.3.2"
5+
version = "0.3.3"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)