-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.6.4](v2.6.3...v2.6.4) (2025-01-24) ### Bug Fixes * graceful error handling when subtype anie is invalid ([#98](#98)) ([4c6a120](4c6a120)), closes [#97](#97)
- Loading branch information
1 parent
4c6a120
commit 39e9a8c
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
description = "LCAx is an open, machine and human-readable data format for exchanging LCA results." | ||
version = "2.6.3" | ||
version = "2.6.4" | ||
authors = ["Christian Kongsgaard <[email protected]>"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|