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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11"""Knowledge Table API package."""
22
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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments