Skip to content

Commit 34c5046

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 0457a09 commit 34c5046

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

55

66

7+
## v0.3.0 (2024-09-17)
8+
9+
### Chore
10+
11+
* chore: remove unneeded presentation code and added help documentation to the commands. ([`a511196`](https://github.com/thompsonson/det/commit/a511196ae624dd7f7478b32ba9840ffaa920a9b4))
12+
13+
### Feature
14+
15+
* feat: LangChain Structured Output consistency analysis ([`254d354`](https://github.com/thompsonson/det/commit/254d3540b09be6e9e82c3284a6679ba741400136))
16+
17+
### Fix
18+
19+
* fix: documentation for LangChain Structured Output Chains ([`594c362`](https://github.com/thompsonson/det/commit/594c362e2b8baf25a26bda4a4f6ccb16a643cd97))
20+
21+
* fix: readable layout of example commands ([`1c2e108`](https://github.com/thompsonson/det/commit/1c2e1089ee9f30e1616acb908056b3d8b16451d5))
22+
23+
* fix: readable layout of example commands ([`9483166`](https://github.com/thompsonson/det/commit/9483166ce3986b988af30c39a26966ce58206b2b))
24+
25+
### Unknown
26+
27+
* Merge pull request #20 from thompsonson/LangChain
28+
29+
LangChain Structured Output Chains ([`0457a09`](https://github.com/thompsonson/det/commit/0457a0945aad2be0d2d166d25c1999fd98050e90))
30+
31+
* stash: naughty stash of code developed for H&B but not documented (naughtygit) ([`2931d03`](https://github.com/thompsonson/det/commit/2931d03f57713a09d52813ef0417172531b6e13e))
32+
733
## v0.2.1 (2024-03-01)
834

935
### 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.2.1"
3+
version = "0.3.0"
44
description = "A framework to analyse the consistency of repeated requests to an LLM or LLM based Agent"
55
authors = ["Matthew Thompson <thompsonson@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)