Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Mar 7, 2024
1 parent ac1e128 commit 98d7946
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nixseparatedebuginfod"
version = "0.3.3"
version = "0.3.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ SPDX-FileCopyrightText: 2023 Guillaume Girol <symphorien+git@xlumurb.eu>
SPDX-License-Identifier: CC0-1.0
-->

# `v0.3.4`

* fix crash on malformed ELF
* fix parsing `extra-` options in nix configuration
* module: fix using with nix 2.3
* don't emit timestamps in logs (journald does it already)

# `v0.3.3`

* handle sources inlined from another derivation (for example C++ template instantiation). Related: nixpkgs PR 279455
Expand Down

0 comments on commit 98d7946

Please sign in to comment.