Skip to content

Commit a8c730d

Browse files
committed
0.4.4 release
1 parent b964ecb commit a8c730d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/src/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
### Security
1414

15+
## [`v0.4.4` (2023-11-23)](https://github.com/anupli/running-ng/releases/tag/v0.4.4)
16+
### Fixed
17+
#### Benchmark Suites
18+
- `DaCapo` correctly accepts the `23.11` `release` specified in `dacapo.yml`.
19+
1520
## [`v0.4.3` (2023-11-20)](https://github.com/anupli/running-ng/releases/tag/v0.4.3)
1621
### Added
1722
#### Base Configurations

src/running/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 4, 3)
1+
VERSION = (0, 4, 4)
22
__VERSION__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)