Skip to content

Commit 7612f23

Browse files
bump: version 0.7.2 β†’ 0.8.0 [skip-ci]
1 parent df0a01f commit 7612f23

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.8.0 (2026-04-07)
2+
3+
### Feat
4+
5+
- **foundry**: add PackageMetadata to FoundryContext ([8e8f904](https://github.com/aignostics/foundry-python-core/commit/8e8f90429999e485d49f1feddf903ee0eba80b1f))
6+
7+
### Refactor
8+
9+
- **api**: derive metadata from context in api.core helpers ([df0a01f](https://github.com/aignostics/foundry-python-core/commit/df0a01fb582dc9163af081a32fb6233d9646c2e9))
10+
111
## v0.7.2 (2026-04-02)
212

313
### Fix

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.8.0

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aignostics-foundry-core"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
description = "🏭 Foundational infrastructure for Foundry components."
55
readme = "README.md"
66
authors = [{ name = "Oliver Meyer", email = "oliver.meyer@aignostics.com" }]

β€Žsonar-project.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=aignostics_foundry-python-core
22
sonar.organization=aignostics
3-
sonar.projectVersion=0.7.2
3+
sonar.projectVersion=0.8.0
44
sonar.projectDescription=🏭 Foundational infrastructure for Foundry components.
55
sonar.links.homepage=https://github.com/aignostics/foundry-python-core
66
sonar.links.scm=https://github.com/aignostics/foundry-python-core

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)