Skip to content

Commit 5f59068

Browse files
committed
release 0.7.5
1 parent cac18dc commit 5f59068

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@ 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.4
5+
# 0.7.5
66

77
#### New Protocol Extensions
88

99
- `Tracepoints` - Basic [tracepoint extension](https://sourceware.org/gdb/current/onlinedocs/gdb.html/Tracepoints.html) support. [\#160](https://github.com/daniel5151/gdbstub/pull/160) ([cczetier](https://github.com/cczetier))
1010
- _Note:_ Most fundamental tracepoint operations are supported, but there quite a few packets / APIs that are not yet implemented. Please see the module documentation for additional details.
1111

12+
#### Bugfixes
13+
14+
- Fixed case-insensitive filename collision issue [\#166](https://github.com/daniel5151/gdbstub/issues/166) introduced in `0.7.4`
15+
16+
# 0.7.4 (Yanked)
17+
18+
_This version was yanked, as it introduced two files - `qTBuffer.rs` and `QTBuffer.rs` - that resulted in filename collisions when cloning `gdbstub` on case-insensitive filesystems._
19+
1220
# 0.7.3
1321

1422
#### New Features

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

0 commit comments

Comments
 (0)