We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4f8e0 commit 53b4be6Copy full SHA for 53b4be6
docs/src/changelog.md
@@ -12,6 +12,11 @@
12
13
### Security
14
15
+## [`v0.4.7` (2024-08-30)](https://github.com/anupli/running-ng/releases/tag/v0.4.7)
16
+### Fixed
17
+#### Commands
18
+- `runbms`: correctly apply a default minheap value for a benchmark without a defined minheap value in the config file.
19
+
20
## [`v0.4.6` (2024-05-23)](https://github.com/anupli/running-ng/releases/tag/v0.4.6)
21
### Fixed
22
#### Commands
src/running/__version__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 4, 6)
+VERSION = (0, 4, 7)
2
__VERSION__ = ".".join(map(str, VERSION))
0 commit comments