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

Commit 7f767f2

Browse files
committed
Bumping SDK version
1 parent 6214f30 commit 7f767f2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
### Added
3838
- Added CLI scaffolding for rhesis
3939

40+
## [0.1.5] - 2025-02-21
41+
42+
### Added
43+
- Added ParaphrasingSynthesizer for generating paraphrases of test cases
44+
4045
[0.1.0]: https://github.com/username/repository/releases/tag/v0.1.0
4146
[0.1.1]: https://github.com/username/repository/releases/tag/v0.1.1
4247
[0.1.2]: https://github.com/username/repository/releases/tag/v0.1.2
4348
[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
49+
[0.1.4]: https://github.com/username/repository/releases/tag/v0.1.4
50+
[0.1.5]: https://github.com/username/repository/releases/tag/v0.1.5

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.4"
3+
version = "0.1.5"
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)