Skip to content

Commit c42dec0

Browse files
authored
Release 0.27.3 (gimli-rs#663)
1 parent 502c072 commit c42dec0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.27.3
6+
7+
Released 2023/06/14.
8+
9+
### Changed
10+
11+
* Excluded test fixtures from published package.
12+
[#661](https://github.com/gimli-rs/gimli/pull/661)
13+
14+
### Added
15+
16+
* Added `FallibleIterator` implementation for `read::OperationIter`.
17+
[#649](https://github.com/gimli-rs/gimli/pull/649)
18+
19+
* Added `DW_AT_GNU_deleted` constant.
20+
[#658](https://github.com/gimli-rs/gimli/pull/658)
21+
22+
--------------------------------------------------------------------------------
23+
524
## 0.27.2
625

726
Released 2023/02/15.

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.27.2"
3+
version = "0.27.3"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:
3030

3131
```toml
3232
[dependencies]
33-
gimli = "0.27.2"
33+
gimli = "0.27.3"
3434
```
3535

3636
The minimum supported Rust version is 1.42.0.

0 commit comments

Comments
 (0)