Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.1] - 2026-06-24

### Fixed
- Aggregate single scores (e.g. a PEF score) now compute correctly on JRC ILCD
method collections such as EF 3.1. They previously failed with `Unknown
variable` whenever a collection held several methods sharing one coarse
damage category — for EF 3.1 the four climate-change methods, the freshwater
ecotoxicity methods, and the resource-depletion methods each collapsed
together, so their per-method scoring variables could not resolve.
SimaPro-adapted methods were never affected.

## [0.8.0] - 2026-06-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion volca.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: volca
version: 0.8.0
version: 0.8.1
build-type: Simple

license: Apache-2.0
Expand Down
Loading