Skip to content

Commit

Permalink
Fix versions in publish workflow and fix CHANGELOG (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Feb 25, 2023
2 parents 1aaba13 + 866130f commit 3914b3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-

## [1.1.0] Denoise - 2020-09-17
## [1.1.0] Denoise - 2023-02-21

This release focuses on reducing the noise from the system (#143, #144).
For this purpose, it introduces the `rebench-denoise` tool, which will adapt
Expand All @@ -22,15 +22,15 @@ The use of `rebench-denoise` will require root rights.

Other new features include:

- add support for configurating environment variables (#174)
- add support for configuring environment variables (#174)
- add support for recording profiling information (#190)
- add support for printing the execution plan without running it (#171)
- add marker in configuration to make setting important, which overrides
previous settings, giving more flexibility in composing
configuration values (#170)
- add support for filtering experiments by machines (#161)

Thanks to @tobega, @qinsoon, @OctaveLarose, and @raehik for their contributions.
Thanks to @tobega, @qinsoon, @cmccandless, @OctaveLarose, and @raehik for their contributions.

Other notable improvements:

Expand All @@ -44,6 +44,8 @@ Other notable improvements:
- improve documentation (#197, #198)
- use PyTest for unit tests (#192)

**Full Changelog**: https://github.com/smarr/ReBench/compare/v1.0.1...v1.1.0


## [1.0.1] - 2020-06-23

Expand Down

0 comments on commit 3914b3e

Please sign in to comment.