Skip to content

Commit 724bc03

Browse files
authored
v0.4.0 (#117)
1 parent 0d91cf5 commit 724bc03

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

docs/src/changelog.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22
## Unreleased
33
### Added
4+
5+
### Changed
6+
7+
### Deprecated
8+
9+
### Removed
10+
11+
### Fixed
12+
13+
### Security
14+
15+
## [`v0.4.0` (2023-08-17)](https://github.com/anupli/running-ng/releases/tag/v0.4.0)
16+
### Added
417
#### Modifiers
518
- `JuliaArg`
619

@@ -16,17 +29,13 @@
1629

1730
### Changed
1831
#### Base Configurations
19-
- `runbms`: don't sync to `squirrel.moma` for the default `runbms.yml`. moma machine users should use `runbms-anu.yml` for the old behaviour.
20-
21-
### Deprecated
22-
23-
### Removed
32+
- `runbms`: don't sync to `squirrel.moma` for the default `runbms.yml`. **moma machine users should use `runbms-anu.yml` for the old behaviour.**
2433

2534
### Fixed
26-
- DaCapo specific workarounds are now handled by the `DaCapo` class rather than the `JavaBenchmark` class to avoid confusions.
2735
- Gracifully handle empty modifiers strings in configs, such as `openjdk7||foobar`.
2836

29-
### Security
37+
#### Benchmark Suites
38+
- DaCapo specific workarounds are now handled by the `DaCapo` class rather than the `JavaBenchmark` class to avoid confusions.
3039

3140
## [`v0.3.9` (2023-08-02)](https://github.com/anupli/running-ng/releases/tag/v0.3.9)
3241
### Fixed

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

0 commit comments

Comments
 (0)