Skip to content

Commit

Permalink
0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian committed Nov 23, 2023
1 parent b964ecb commit a8c730d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

### Security

## [`v0.4.4` (2023-11-23)](https://github.com/anupli/running-ng/releases/tag/v0.4.4)
### Fixed
#### Benchmark Suites
- `DaCapo` correctly accepts the `23.11` `release` specified in `dacapo.yml`.

## [`v0.4.3` (2023-11-20)](https://github.com/anupli/running-ng/releases/tag/v0.4.3)
### Added
#### Base Configurations
Expand Down
2 changes: 1 addition & 1 deletion src/running/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 4, 3)
VERSION = (0, 4, 4)
__VERSION__ = ".".join(map(str, VERSION))

0 comments on commit a8c730d

Please sign in to comment.