Skip to content

Commit

Permalink
Release 0.89.0 (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored May 27, 2024
1 parent 5d7e456 commit 6583d16
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.89.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.89.0)
* Notable changes for users:
* Added filtering to Run Per Data Pass
* Fixed DPL detectors order
* Added QC summary legend to Runs Per Data/Simulation Pass overviews
* Allow create multiple QC flags at once
* Allow create QC flag specifying data pass name or simulation pass name
* Notable change for developers:
* Repeated fields in proto files are now properly handled
* Breaking changes in c++ library:
* Removed proto bookkeeping API
* Moved DPL process registration to non-proto API
* Remove Get runs functions
* Added the gRPC API to create QC flags

## [0.88.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.88.0)
* Notable changes for users:
* QC Flag deletion now requires confirmation via browser prompt.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.88.0",
"version": "0.89.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 6583d16

Please sign in to comment.