Skip to content

Commit cf35973

Browse files
authored
Merge pull request #65 from whyhow-ai/v0.1.6
v0.1.6
2 parents 02a4519 + ad1e958 commit cf35973

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

backend/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v0.1.6] - 2024-11-04
99

1010
### Added
1111

backend/src/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Knowledge Table API package."""
22

3-
__version__ = "v0.1.5"
3+
__version__ = "v0.1.6"

frontend/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v0.1.6] - 2024-11-04
99

1010
### Added
1111

1212
- Added the resolved entities modal to view the full answer with resolved entities
13+
- Added a rules panel to the UI to view current entity resolution rules
14+
- Can undo rules in the UI
1315

1416
### Changed
1517

0 commit comments

Comments
 (0)