Skip to content

Commit bf70320

Browse files
authored
Release 0.32.1 (gimli-rs#788)
1 parent 36b067f commit bf70320

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.32.1
6+
7+
Released 2025/08/22.
8+
9+
### Changed
10+
11+
* Improved handling of invalid DIE references during writing.
12+
[#777](https://github.com/gimli-rs/gimli/pull/777)
13+
[#779](https://github.com/gimli-rs/gimli/pull/779)
14+
15+
* Changed abbreviation parsing to allow a missing null terminator.
16+
[#781](https://github.com/gimli-rs/gimli/pull/781)
17+
18+
* Changed `write::LineProgram` to support any form for file source code.
19+
[#784](https://github.com/gimli-rs/gimli/pull/784)
20+
[#786](https://github.com/gimli-rs/gimli/pull/786)
21+
22+
### Added
23+
24+
* Added DWARF version 1.1 constant definitions.
25+
[#775](https://github.com/gimli-rs/gimli/pull/775)
26+
27+
--------------------------------------------------------------------------------
28+
529
## 0.32.0
630

731
Released 2025/06/11.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gimli"
3-
version = "0.32.0"
3+
version = "0.32.1"
44
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
55
description = "A library for reading and writing the DWARF debugging format."
66
documentation = "https://docs.rs/gimli"

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626

2727
## Install
2828

29-
Add this to your `Cargo.toml`:
30-
31-
```toml
32-
[dependencies]
33-
gimli = "0.32.0"
29+
To add a `gimli` dependency to your `Cargo.toml`, run:
30+
```console
31+
$ cargo add gimli
3432
```
3533

3634
The minimum supported Rust version is:

0 commit comments

Comments
 (0)