Skip to content

Commit

Permalink
chore(release): 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2024-07-06)

### Bug Fixes

* adding more compile targets for Python ([371a56d](371a56d))
  • Loading branch information
semantic-release-bot committed Jul 6, 2024
1 parent 5216847 commit 20b3e05
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.2.2](https://github.com/ocni-dtu/lcax/compare/v2.2.1...v2.2.2) (2024-07-06)

### Bug Fixes

* adding more compile targets for Python ([371a56d](https://github.com/ocni-dtu/lcax/commit/371a56d839b668df439bb1a9b390e9dd67c2f32d))

## [2.2.1](https://github.com/ocni-dtu/lcax/compare/v2.2.0...v2.2.1) (2024-06-05)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"

[workspace.package]
description = "LCAx is an open, machine and human-readable data format for exchanging LCA results."
version = "2.2.1"
version = "2.2.2"
authors = ["Christian Kongsgaard <christian@kongsgaard.eu>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/python/src/lcax/pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from enum import Enum
from typing import Any, Dict, List, Optional, Union

from pydantic import BaseModel, ConfigDict, Field
from pydantic import BaseModel, ConfigDict, Field, RootModel


class BuildingModelScope(BaseModel):
Expand Down

0 comments on commit 20b3e05

Please sign in to comment.