Skip to content

Commit

Permalink
Release 0.65.0 (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Sep 12, 2023
1 parent 5b1156f commit d888fbc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.65.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.65.0)
* Notable changes for users:
* LHC fill details statistics rely on stableBeamEnd as end of run, not stableBeamStart + duration
* A button to create a log is now available in LHC fill details page
* Run edition justification inputs are now visually similar to other inputs
* Fixed bug for filtering tags using "or"
* Added possibility to filter runs on `updatedAt` for `/api/runs`
* Editing run quality from none to good or test is now possible without justification
* A button has been added to create log for a given environment

## [0.64.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.64.0)
* Notable changes for users:
* Changing the DETECTOR run quality will require input from user as justification for the change.
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.64.0",
"version": "0.65.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit d888fbc

Please sign in to comment.