Skip to content

Commit 20c71aa

Browse files
bump: version 0.4.0 β†’ 0.5.0 [skip-ci]
1 parent d903eb2 commit 20c71aa

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.5.0 (2026-03-31)
2+
3+
### Feat
4+
5+
- **foundry**: add version_with_vcs_ref to FoundryContext ([424a1e4](https://github.com/aignostics/foundry-python-core/commit/424a1e4dfcccc157b208f03238b14c8d72e5918c))
6+
7+
### Refactor
8+
9+
- **user_agent**: replace explicit params with context ([d903eb2](https://github.com/aignostics/foundry-python-core/commit/d903eb22441858fabe4488809937aba89858124c))
10+
- **tests**: replace direct FoundryContext() calls with make_context() helper ([a44d9ad](https://github.com/aignostics/foundry-python-core/commit/a44d9adea4ba7a57dd278a62cfa7d43e60177217))
11+
112
## v0.4.0 (2026-03-30)
213

314
### Feat

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.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.4.0"
3+
version = "0.5.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.4.0
3+
sonar.projectVersion=0.5.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)