Skip to content

Commit

Permalink
Merge pull request #178 from nerdstrike/devel
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
nerdstrike authored Aug 16, 2023
2 parents 49d83a6 + ad2dcb7 commit 83f4988
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.4.0] - 2023-08-16

### Added

* Tests for bulk retrieval of QC states
* Third dimension for describing wells added to QC Schema to support multi-plate runs

### Changed

* Browser URLs now use id_product to identify items to show in the QC Viewer instead of the combination of run, label (and plate number)
* More strict validation of checksums (id_product) when sent to backend API

### Fixed

* A bug that disregarded the value of the `sequencing_outcomes_only`
argument in what is now the `get_qc_states_by_id_product_list` function
argument in what is now the `get_qc_states_by_id_product_list` function

## [1.3.0] - 2023-08-02

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": "1.3.0",
"version": "1.4.0",
"description": "UI for LangQC",
"author": "Kieron Taylor <kt19@sanger.ac.uk>",
"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__ = "1.3.0"
__version__ = "1.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "npg_langqc"
packages = [
{ include = "lang_qc" },
]
version = "1.3.0"
version = "1.4.0"
description = "FastAPI application for Long Read QC"
authors = ["Adam Blanchet", "Marina Gourtovaia mg8@sanger.ac.uk", "Kieron Taylor kt19@sanger.ac.uk"]
authors = ["Adam Blanchet", "Marina Gourtovaia <mg8@sanger.ac.uk>", "Kieron Taylor <kt19@sanger.ac.uk>"]
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 83f4988

Please sign in to comment.