Skip to content

Commit

Permalink
Prepare for 0.4.3 release (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian authored Nov 20, 2023
1 parent 2414110 commit fdbd1ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog
## Unreleased
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [`v0.4.3` (2023-11-20)](https://github.com/anupli/running-ng/releases/tag/v0.4.3)
### Added
#### Base Configurations
- DaCapo 23.11-Chopin available as `dacapochopin`. Please use `dacapochopin_jdk9`, `dacapochopin_jdk11`, `dacapochopin_jdk17`, and `dacapochopin_jdk21` modifiers for JDK 9, 11, 17, and 21 respectively.
- DaCapo 23.11-Chopin available as `dacapochopin`. Please use `dacapochopin_jdk9`, `dacapochopin_jdk11`, `dacapochopin_jdk17`, and `dacapochopin_jdk21` modifiers for JDK 9, 11, 17, and 21 respectively when you use this suite with these JDK versions.
- Temurin 21

### Changed
Expand All @@ -14,15 +27,11 @@
- `EnvVar` `val` is expanded using the outside environment prior to benchmark execution.

### Deprecated
- Deprecating Python 3.7 support for users. Python 3.7 was last released on June 6, 2023 (3.7.17), which was recent.
- Deprecating Python 3.7 support for users. Python 3.7 was last released on June 6, 2023 (3.7.17), and no new release has been made since.

### Removed
- Dropping Python 3.7 support for developers (NOT users). pytest 7.4+ requires at least Python 3.8 (still supported by Ubuntu 20.04 LTS).

### Fixed

### Security

## [`v0.4.2` (2023-09-10)](https://github.com/anupli/running-ng/releases/tag/v0.4.2)
### Changed
- All `Modifier` instances now supports `includes` for only attaching them to certain benchmarks
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, 2)
VERSION = (0, 4, 3)
__VERSION__ = ".".join(map(str, VERSION))

0 comments on commit fdbd1ac

Please sign in to comment.