Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Nov 24, 2023
1 parent 07c6167 commit cc48743
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@ 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.7.0 (UNRELEASED)
# 0.7.0

#### Breaking API Changes

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.6"
version = "0.7.0"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion gdbstub_arch/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@ 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.3.0 (UNRELEASED)
# 0.3.0

#### Breaking Arch Changes

Expand Down
4 changes: 2 additions & 2 deletions gdbstub_arch/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "gdbstub_arch"
description = "Implementations of `gdbstub::arch::Arch` for various architectures."
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
version = "0.2.4"
version = "0.3.0"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
Expand All @@ -13,6 +13,6 @@ keywords = ["gdb", "emulation", "no_std", "debugging"]
categories = ["development-tools::debugging", "embedded", "emulators", "no-std"]

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

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

0 comments on commit cc48743

Please sign in to comment.