Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmoker committed Nov 4, 2024
1 parent 02a4519 commit ad1e958
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.1.6] - 2024-11-04

### Added

Expand Down
2 changes: 1 addition & 1 deletion backend/src/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Knowledge Table API package."""

__version__ = "v0.1.5"
__version__ = "v0.1.6"
4 changes: 3 additions & 1 deletion frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.1.6] - 2024-11-04

### Added

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

### Changed

Expand Down

0 comments on commit ad1e958

Please sign in to comment.