Skip to content

Commit

Permalink
chore(release): prepare for v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Oct 10, 2023
1 parent d9e67b7 commit bdedb80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
<!-- markdownlint-disable no-duplicate-header -->
<!-- markdownlint-disable no-trailing-spaces -->

## [0.1.9](https://github.com/dnaka91/llvm-cov-pretty/compare/v0.1.8...v0.1.9) - 2023-10-10

### <!-- 1 -->🐛 Bug Fixes

- Remove non-existing extra schema fields ([d9e67b7](https://github.com/dnaka91/llvm-cov-pretty/commit/d9e67b762936b62d132ac5bbee9fee7b01d9fa6d))
> These extra fields that `cargo-llvm-cov` adds were originally considered
> but never actually made it in the schema. Thus, they cause the schema
> parsing to fail.
## [0.1.8](https://github.com/dnaka91/llvm-cov-pretty/compare/v0.1.7...v0.1.8) - 2023-10-06

### <!-- 0 -->⛰️ 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.8"
version = "0.1.9"
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 bdedb80

Please sign in to comment.