Skip to content

Commit 0ba20b2

Browse files
committed
release 1.6.2
1 parent e32147d commit 0ba20b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [1.6.2] - 2023-10-24
10+
### Added
11+
- Option to user text_area for textual feedback collection in Streamlit. Thanks @hamdan-27
12+
913
## [1.6.1] - 2023-09-12
1014
### Fixed
1115
- Now compatible for pydantic>=1.5 (v1 and v2)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trubrics
3-
version = 1.6.1
3+
version = 1.6.2
44
description = The first user analytics platform for AI models.
55
long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.
66

0 commit comments

Comments
 (0)