Skip to content

Commit

Permalink
Update changelog for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian committed Aug 30, 2024
1 parent 4f4f8e0 commit 53b4be6
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.7` (2024-08-30)](https://github.com/anupli/running-ng/releases/tag/v0.4.7)
### Fixed
#### Commands
- `runbms`: correctly apply a default minheap value for a benchmark without a defined minheap value in the config file.

## [`v0.4.6` (2024-05-23)](https://github.com/anupli/running-ng/releases/tag/v0.4.6)
### Fixed
#### Commands
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, 6)
VERSION = (0, 4, 7)
__VERSION__ = ".".join(map(str, VERSION))

0 comments on commit 53b4be6

Please sign in to comment.