File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ v0.1.6 ] - 2024-11-04
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change 1
1
"""Knowledge Table API package."""
2
2
3
- __version__ = "v0.1.5 "
3
+ __version__ = "v0.1.6 "
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ v0.1.6 ] - 2024-11-04
9
9
10
10
### Added
11
11
12
12
- 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
13
15
14
16
### Changed
15
17
You can’t perform that action at this time.
0 commit comments