Skip to content

Commit

Permalink
Merge pull request #183 from mgcam/changelog_update
Browse files Browse the repository at this point in the history
Updated CHANGELOG for release 1.4.1
  • Loading branch information
nerdstrike authored Aug 23, 2023
2 parents b2183cf + 20a515e commit d4d98ab
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.4.1] - 2023-08-23

### Added

* Display of the release version in UI.
* A constraint for `Claimed` QC state, made it applicable for `sequencing`
QC type only.

### Changed

* Split the code for creating and updating QC sates into PacBio-specific
and sequencing platform independent. Converted all methods to self-
contained functions, discontinued use of classes where no object state
has to be maintained.

### Fixed

* UI - ensured uniqueness of the row key for the well table.
* A bug in creating a new product record in the LangQC database.
The bug affected records with undefined value of the plate number,
which was pushed to the database as a `'None'` string instead of `NULL`.

## [1.4.0] - 2023-08-16

### Added
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.4.0",
"version": "1.4.1",
"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__ = "1.4.0"
__version__ = "1.4.1"
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 = "1.4.0"
version = "1.4.1"
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 d4d98ab

Please sign in to comment.