Skip to content

Commit

Permalink
Version bumped to 2.1.2, CHANGELOG added
Browse files Browse the repository at this point in the history
  • Loading branch information
htejun committed Sep 10, 2021
1 parent 382c7b2 commit becce0a
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 16 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

## [2.1.2] - 2021-09-10
- Fix bench merge mode rejecting sources spuriously on ignored sysreqs.
- Improve visibility on merge fails.
- Merge now only cares about the major and minor semantic versions and will
try merging results from e.g. 2.1.0, 2.1.1 and 2.1.2 together by default.
- CHANGELOG added.

## [2.1.1] - 2021-08-23
- bench study mode fix.

## [2.1.0] - 2021-08-23
- iocost-tune solution criteria updated.

## [2.0.0] - 2021-06-24
- resctl-bench added.

## [1.0.0] - 2020-10-13
- resctl-demo initial release.
16 changes: 8 additions & 8 deletions 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 rd-agent-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-agent-intf"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rd-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-agent"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rd-hashd-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-hashd-intf"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rd-hashd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-hashd"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rd-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rd-util"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion resctl-bench-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "resctl-bench-intf"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion resctl-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resctl-bench"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion resctl-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "resctl-demo"
version = "2.1.1"
version = "2.1.2"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit becce0a

Please sign in to comment.