Skip to content

Commit 77b7b31

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 69ef2ec commit 77b7b31

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
44

55

66

7+
## v0.5.0 (2024-09-27)
8+
9+
### Chore
10+
11+
* chore(release): bump version to v0.4.2 ([`2bad3e7`](https://github.com/thompsonson/det/commit/2bad3e7826dd3499f49f0722e6347b3494414e8c))
12+
13+
* chore(release): bump version to v0.4.2 ([`317fd51`](https://github.com/thompsonson/det/commit/317fd51f21484050f09c42ac4fb4b408cfa45349))
14+
15+
* chore: remove OPENAI_API_KEY from the tests ([`5f57035`](https://github.com/thompsonson/det/commit/5f57035ad8d15fc6f600240044f4a4f6c6e0765b))
16+
17+
* chore: remove OPENAI_API_KEY from the tests ([`280e44e`](https://github.com/thompsonson/det/commit/280e44e47c3bf833129320637a2c9c5b7738a570))
18+
19+
### Ci
20+
21+
* ci: fgracefully handle no package to publish ([`dc6d7f9`](https://github.com/thompsonson/det/commit/dc6d7f946f906ea9aaf05dd959d59976029a7e72))
22+
23+
### Documentation
24+
25+
* docs: updated the installation instructions ([`e260e8e`](https://github.com/thompsonson/det/commit/e260e8e87099db0d6ad9baae053cfa347cdea326))
26+
27+
### Feature
28+
29+
* feat: Groq as LLM provider ([`69ef2ec`](https://github.com/thompsonson/det/commit/69ef2ecf0bd945758043808c50cb701b37ec8ded))
30+
31+
### Unknown
32+
33+
* ran ruff format and check ([`9cf6d27`](https://github.com/thompsonson/det/commit/9cf6d273d7deff88eca9460bd9c5f04ea5bfacb0))
34+
35+
* Merge branch 'main' into groq_integration ([`95f3334`](https://github.com/thompsonson/det/commit/95f333428916b01cb2e731f4ff7bd6d0d0b88235))
36+
37+
* formatting and embeddings error handling ([`59bfcdc`](https://github.com/thompsonson/det/commit/59bfcdc18429e97cfda1d02a164542eda42f81d3))
38+
39+
* changed the error handling logic ([`d859d9e`](https://github.com/thompsonson/det/commit/d859d9e4be5928180f401991552366936403c05f))
40+
41+
* adding groq api key setup documentation ([`aa8f6c6`](https://github.com/thompsonson/det/commit/aa8f6c6007b0bc34dd192465828b560467295c34))
42+
43+
* ### Feat
44+
* Feat: Groq LLM provider added
45+
* Feat: API_key validation for `Openai` and `Groq` added ([`b31be9d`](https://github.com/thompsonson/det/commit/b31be9d6b79312549e8048e5697b71a93a02e3e0))
46+
747
## v0.4.1 (2024-09-25)
848

949
### Fix

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 = "det"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
description = "A framework to analyse the consistency of repeated requests to an LLM or LLM based Agent"
55
authors = ["Matthew Thompson <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)