We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b964ecb commit a8c730dCopy full SHA for a8c730d
docs/src/changelog.md
@@ -12,6 +12,11 @@
12
13
### Security
14
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
+
20
## [`v0.4.3` (2023-11-20)](https://github.com/anupli/running-ng/releases/tag/v0.4.3)
21
### Added
22
#### Base Configurations
src/running/__version__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 4, 3)
+VERSION = (0, 4, 4)
2
__VERSION__ = ".".join(map(str, VERSION))
0 commit comments