Skip to content

Commit 53b4be6

Browse files
committed
Update changelog for a new release
1 parent 4f4f8e0 commit 53b4be6

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.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+
1520
## [`v0.4.6` (2024-05-23)](https://github.com/anupli/running-ng/releases/tag/v0.4.6)
1621
### Fixed
1722
#### Commands

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, 6)
1+
VERSION = (0, 4, 7)
22
__VERSION__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)