Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jan 27, 2024
1 parent c7ca0fc commit a2a6b3b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

[package]
name = "tracing-durations-export"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Record and visualize parallelism of tracing spans"
license = "MIT OR Apache-2.0"
readme = "Readme.md"
repository = "https://github.com/konstin/tracing-durations-export"
categories = ["asynchronous", "development-tools::debugging", "development-tools::profiling"]
keywords = ["tracing"]

[[bin]]
name = "plot"
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.2

* Add `--inline-field` / `inline_field` option: If the is only one field, display its value inline. Since the text is not limited to its box, text can overlap and become unreadable.

0 comments on commit a2a6b3b

Please sign in to comment.