diff --git a/CHANGELOG.md b/CHANGELOG.md index a1866bc6..e90718c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ -------------------------------------------------------------------------------- +## 0.27.2 + +Released 2023/02/15. + +### Added + +* Added support for tombstones in `read::LineRows`. + [#642](https://github.com/gimli-rs/gimli/pull/642) + +-------------------------------------------------------------------------------- + ## 0.27.1 Released 2023/01/23. diff --git a/Cargo.toml b/Cargo.toml index ade8c60e..9097b4df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gimli" -version = "0.27.1" +version = "0.27.2" 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" diff --git a/README.md b/README.md index 0b9d84e7..cc73daf4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -gimli = "0.27.1" +gimli = "0.27.2" ``` The minimum supported Rust version is 1.42.0.