Skip to content

Commit

Permalink
chore(release): prepare for v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Aug 19, 2023
1 parent 6ea517d commit 0e93737
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.1.5] - 2023-08-19

### Miscellaneous Tasks

- Avoid pre-compiled binaries from serde ([6ea517d](https://github.com/dnaka91/llvm-cov-pretty/commit/6ea517d))
> Pin `serde` to `1.0.171` to avoid pre-compiled binaries that are used
> after for derive macros.
## [0.1.4] - 2023-08-10

### Features
Expand Down
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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llvm-cov-pretty"
version = "0.1.4"
version = "0.1.5"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2021"
description = "More beautiful HTML reports for llvm-cov/cargo-llvm-cov"
Expand Down

0 comments on commit 0e93737

Please sign in to comment.