Skip to content

Commit 7ca1783

Browse files
bump: version 0.4.3 → 0.4.4
1 parent 48556c0 commit 7ca1783

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.4.4 (2025-06-24)
2+
3+
### Fix
4+
5+
- **bedrock**: handle ARN and inference profile identifiers without transformation (#48)
6+
- **bedrock**: support IAM role auth (#47)
7+
18
## v0.4.3 (2025-05-29)
29

310
### Fix

Cargo.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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hub"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -16,7 +16,7 @@ tracing-subscriber = "0.3"
1616
serde_yaml = "0.9"
1717
tower = { version = "0.5.1", features = ["full"] }
1818
anyhow = "1.0.92"
19-
chrono = "0.4.38"
19+
chrono = "0.4.48"
2020
opentelemetry = { version = "0.27", default-features = false, features = [
2121
"trace",
2222
] }

0 commit comments

Comments
 (0)