Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed May 14, 2021
1 parent c8756f4 commit 80a68d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

Loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

## [0.1.1]

__2021-05-13__

[Warn on duplicate actions for an output path instead of crashing](c8756f49d61b6e88ea2a1d35fc31c46ca159ad4b).


## [0.1.0]

__2021-05-12__

Initial release.

[Unreleased]: https://github.com/rrbutani/bazel-execlog-cmp/compare/4982a2fb9c0c62deff1d4723a725ecd5ecab2c38...HEAD
[Unreleased]: https://github.com/rrbutani/bazel-execlog-cmp/compare/TODO...HEAD
[0.1.1]: https://github.com/rrbutani/bazel-execlog-cmp/compare/4982a2fb9c0c62deff1d4723a725ecd5ecab2c38...TODO
[0.1.0]: https://github.com/rrbutani/bazel-execlog-cmp/compare/5cfdeddae73ffc1e9ce0e873dc2a3fee7019295a...4982a2fb9c0c62deff1d4723a725ecd5ecab2c38

<!-- ## [{{{ version }}}]
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 = "bazel-execlog-cmp"
version = "0.1.0"
version = "0.1.1"
authors = ["Rahul Butani <>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(
html_root_url = "https://docs.rs/bazel-execlog-cmp/0.1.0", // remember to bump!
html_root_url = "https://docs.rs/bazel-execlog-cmp/0.1.1", // remember to bump!
)]

use std::collections::{HashMap, HashSet};
Expand Down

0 comments on commit 80a68d2

Please sign in to comment.