Skip to content

Commit

Permalink
Release 0.87.0 (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored May 7, 2024
1 parent 06baae7 commit 588f225
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.87.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.87.0)
* Notable changes for users:
* Log overview loading time has been improved:
* Before: ~5.5s to load 10 logs out of ~85000
* After: ~60ms to load 10 logs out of ~85000
* Author and tags are now included in the LHC fill details page
* RC daily meeting log template now have tags RC and p2info
* Notable change for developers:
* Added DPL process registration to api client not exposing proto

## [0.86.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.86.0)
* Notable changes for users:
* Placed RCT entry point directly in navigation bar
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.86.0",
"version": "0.87.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 588f225

Please sign in to comment.