Skip to content

Commit c489dcd

Browse files
committed
release 0.7.0
1 parent 419fc95 commit c489dcd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.0 (UNRELEASED)
5+
# 0.7.0
66

77
#### Breaking API Changes
88

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

gdbstub_arch/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.0 (UNRELEASED)
5+
# 0.3.0
66

77
#### Breaking Arch Changes
88

gdbstub_arch/Cargo.toml

+2-2
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.2.4"
5+
version = "0.3.0"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
readme = "README.md"
@@ -13,6 +13,6 @@ keywords = ["gdb", "emulation", "no_std", "debugging"]
1313
categories = ["development-tools::debugging", "embedded", "emulators", "no-std"]
1414

1515
[dependencies]
16-
gdbstub = { path = "../", version = "0.6", default-features = false }
16+
gdbstub = { path = "../", version = "0.7", default-features = false }
1717

1818
num-traits = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)