Skip to content

Commit

Permalink
Merge pull request #227 from nerdstrike/devel
Browse files Browse the repository at this point in the history
Prep for release 2.2.0
  • Loading branch information
nerdstrike authored Jun 11, 2024
2 parents 698ce11 + ff232db commit 9d68ec0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.2.0] - 2024-06-11

### Added

* New endpoint added to support potential email notifications when QC states are finalised. `/products/qc?weeks={n}&seq_level={bool}&final={bool}`. It returns recent QC events

### Fixed

* Warehouse schema updated to match breaking change in pac_bio_product_metrics table

## [2.1.0] - 2024-04-15

### Changed
Expand Down Expand Up @@ -77,7 +87,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* The client side JavaScript dependency, element-plus, is pinned
to version 2.4.4. In mid-January 2024 this was the highest version
that worked with our code. The version expression we had "^2.3.7"
allowed for fetching the latest available version of this library.
allowed for fetching the latest available version of this library.

## [1.5.0]

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npg-longue-vue",
"version": "2.1.0",
"version": "2.2.0",
"description": "UI for LangQC",
"author": "Kieron Taylor <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion lang_qc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "npg_langqc"
packages = [
{ include = "lang_qc" },
]
version = "2.1.0"
version = "2.2.0"
description = "FastAPI application for Long Read QC"
authors = ["Adam Blanchet", "Marina Gourtovaia <[email protected]>", "Kieron Taylor <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 9d68ec0

Please sign in to comment.