Skip to content

Commit 2f70bcc

Browse files
committed
Bump version to 0.3.0
1 parent 1b202c5 commit 2f70bcc

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [0.3.0] - 2025-01-18
19+
20+
### Added
21+
1222
**Parallel Execution**
1323

1424
- Added parallel task execution with `num_workers` parameter in `Benchmark.run()` using `ThreadPoolExecutor` (PR: #14)
@@ -191,6 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191201

192202
<!-- Previous changes here -->
193203

194-
[Unreleased]: https://github.com/parameterlab/maseval/compare/v0.1.2...HEAD
204+
[Unreleased]: https://github.com/parameterlab/maseval/compare/v0.3.0...HEAD
205+
[0.3.0]: https://github.com/parameterlab/maseval/compare/v0.2.0...v0.3.0
206+
[0.2.0]: https://github.com/parameterlab/maseval/compare/v0.1.2...v0.2.0
195207
[0.1.2]: https://github.com/parameterlab/maseval/compare/v0.1.1...v0.1.2
196208
[0.1.1]: https://github.com/parameterlab/maseval/releases/tag/v0.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "maseval"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "A library for multi-agent systems evaluation and benchmarking."
99
authors = [{ name = "Cornelius Emde", email = "cornelius@parameterlab.de" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)