Skip to content

Commit

Permalink
Release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed May 26, 2024
1 parent 0d9a980 commit de4016f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

--------------------------------------------------------------------------------

## 0.30.0

Released 2024/05/26.

### Breaking changes

* Added context to some `read::Error` variants.
[#703](https://github.com/gimli-rs/gimli/pull/703)

* Changed type of `read::UnitIndexSection::section` to `IndexSectionId`.
[#716](https://github.com/gimli-rs/gimli/pull/716)

### Changed

* Fixed `write::Operation::ImplicitPointer::size`.
[#712](https://github.com/gimli-rs/gimli/pull/712)

* Changed `read::RngListIter` and `read::LocListIter` to skip ranges where
the end is before the beginning, instead of returning an error.
[#715](https://github.com/gimli-rs/gimli/pull/715)

* Fixed clippy warnings.
[#713](https://github.com/gimli-rs/gimli/pull/713)

### Added

* Added `read::UnitRef`.
[#711](https://github.com/gimli-rs/gimli/pull/711)

--------------------------------------------------------------------------------

## 0.29.0

Released 2024/04/11.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gimli"
version = "0.29.0"
version = "0.30.0"
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
description = "A library for reading and writing the DWARF debugging format."
documentation = "https://docs.rs/gimli"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
gimli = "0.29.0"
gimli = "0.30.0"
```

The minimum supported Rust version is:
Expand Down

0 comments on commit de4016f

Please sign in to comment.