Skip to content

Commit 6a7f836

Browse files
github-actions[bot]benbrandt
authored andcommitted
chore: release v0.4.2
1 parent 85e374a commit 6a7f836

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2](https://github.com/Aleph-Alpha/pharia-kernel-sdk-rs/compare/pharia-skill-v0.4.1...pharia-skill-v0.4.2)
11+
12+
### Fixes
13+
14+
- Deserialization of chat messages - ([85e374a](https://github.com/Aleph-Alpha/pharia-kernel-sdk-rs/commit/85e374a478586ef9cd4c7bb75cf92e9d38127893))
15+
16+
1017
## [0.4.1](https://github.com/Aleph-Alpha/pharia-kernel-sdk-rs/compare/pharia-skill-v0.4.0...pharia-skill-v0.4.1)
1118

1219
### Builds

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ repository = "https://github.com/Aleph-Alpha/pharia-kernel-sdk-rs"
2121
readme = "README.md"
2222
categories = ["API bindings"]
2323
keywords = ["ai", "llm", "skill"]
24-
version = "0.4.1"
24+
version = "0.4.2"
2525

2626
[workspace.dependencies]
27-
pharia-skill = { path = "./pharia-skill", registry = "jfrog", version = "0.4.1" }
28-
pharia-skill-macros = { path = "./pharia-skill-macros", registry = "jfrog", version = "0.4.1" }
29-
pharia-skill-test = { path = "./pharia-skill-test", registry = "jfrog", version = "0.4.1" }
27+
pharia-skill = { path = "./pharia-skill", registry = "jfrog", version = "0.4.2" }
28+
pharia-skill-macros = { path = "./pharia-skill-macros", registry = "jfrog", version = "0.4.2" }
29+
pharia-skill-test = { path = "./pharia-skill-test", registry = "jfrog", version = "0.4.2" }
3030

3131
anyhow = "^1.0.95"
3232
dotenvy = "0.15"

0 commit comments

Comments
 (0)