Skip to content

Commit 1b81391

Browse files
committed
Bump version to 0.4.0
1 parent 65ec018 commit 1b81391

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [0.4.0] - 2026-03-28
19+
1020
### Fixed
1121

1222
**Core**
@@ -338,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
338348

339349
<!-- Previous changes here -->
340350

341-
[Unreleased]: https://github.com/parameterlab/maseval/compare/v0.3.0...HEAD
351+
[Unreleased]: https://github.com/parameterlab/maseval/compare/v0.4.0...HEAD
352+
[0.4.0]: https://github.com/parameterlab/maseval/compare/v0.3.0...v0.4.0
342353
[0.3.0]: https://github.com/parameterlab/maseval/compare/v0.2.0...v0.3.0
343354
[0.2.0]: https://github.com/parameterlab/maseval/compare/v0.1.2...v0.2.0
344355
[0.1.2]: https://github.com/parameterlab/maseval/compare/v0.1.1...v0.1.2

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.3.0"
7+
version = "0.4.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)