Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit c1b14e7

Browse files
committed
Bumping version
1 parent 9ec3228 commit c1b14e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Added PromptSynthesizer for generating test sets from prompts
3333
- Added example usage for PromptSynthesizer
3434

35+
## [0.1.4] - 2025-02-20
36+
37+
### Added
38+
- Added CLI scaffolding for rhesis
39+
3540
[0.1.0]: https://github.com/username/repository/releases/tag/v0.1.0
3641
[0.1.1]: https://github.com/username/repository/releases/tag/v0.1.1
3742
[0.1.2]: https://github.com/username/repository/releases/tag/v0.1.2
3843
[0.1.3]: https://github.com/username/repository/releases/tag/v0.1.3
44+
[0.1.4]: https://github.com/username/repository/releases/tag/v0.1.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rhesis-sdk"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "SDK for testing and validating LLM applications"
55
authors = ["Engineering Team <engineering@rhesis.ai>", "Harry Cruz <harry@rhesis.ai>", "Nicolai Bohn <nicolai@rhesis.ai>"]
66
license = "MIT"

0 commit comments

Comments
 (0)