Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the changelog for release 5.0.0 #23

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0]

### [Changed]

- Stopped the mutation of the `plate_number` attribute at the time the
PacBioEntity object instance is created. The value of the `plate_number`
attribute is now stored and retrieved as supplied. As a consequence, the
JSON string returned by the `model_dump_json` method of this Pydantic
object is now different when `plate_namber` value is 1.
- To retain backwards compatibility, the `hash_product_id` method is
reimplemented since it can no longer use for ID generation the string
returned by the `model_dump_json` method.

## [4.0.1]

### [Changed]
Expand Down
Loading