Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 13, 2023
1 parent abfd1b9 commit a8859d2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@



## v0.9.0 (2023-12-13)

### Chore

* chore: add macOS build script ([`b0ba51f`](https://github.com/mbari-org/vars-gridview/commit/b0ba51fe96b4b0e845479052d70ed740c68de279))

### Feature

* feat: add sort by confidence

Closes #63 ([`151f8b9`](https://github.com/mbari-org/vars-gridview/commit/151f8b92c536e5d7c7be5d71cb1aa6673d8c1a30))

* feat: add "hide unverified" button

Closes #55 ([`52b477d`](https://github.com/mbari-org/vars-gridview/commit/52b477d6809262b7d9f8e9f1d32207ed64e4fcc3))

### Fix

* fix: maintain sort options in dialog, don't auto re-sort ([`abfd1b9`](https://github.com/mbari-org/vars-gridview/commit/abfd1b94e7c1309e07a07abdd8dc989ba21e18cc))

* fix: add error dialog when saving localizations fails ([`cf92bb3`](https://github.com/mbari-org/vars-gridview/commit/cf92bb3a9887a073599c268c2009baf66fe07785))

* fix: maintain sort across updates

Related to #49 ([`29e6483`](https://github.com/mbari-org/vars-gridview/commit/29e648386cb6d0592b4bd498dc02b201730e4140))

### Unknown

* Merge branch 'develop' into feat/maintain-sort ([`2a08cb2`](https://github.com/mbari-org/vars-gridview/commit/2a08cb2e5c77cde5b9e07eb866efd03b5efce8b2))


## v0.8.1 (2023-12-12)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vars-gridview"
version = "0.8.1"
version = "0.9.0"
description = "VARS GridView is a tool for reviewing and correcting VARS localizations in bulk."
authors = [
"Kevin Barnard <kbarnard@mbari.org>",
Expand Down

0 comments on commit a8859d2

Please sign in to comment.