Bump to 1.0.0

This commit is contained in:
Wataru Otsubo 2025-01-27 11:36:50 +01:00
parent 227fc38196
commit bac7ac5b19
10 changed files with 42 additions and 41 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.0] - 2025-01-27
### Added
- `create_database`(formally `create_database_from_exported_csvs`) now can save a JLD2 cache to store parsed slave logs.
@ -135,7 +137,8 @@ Release for 6th campaign dispatching.
- Docs on the database and example of querying the database.
- Docs on the internal (Julia implementation)
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.5.1...main
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v1.0.0...main
[1.0.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.5.1...v1.0.0
[0.5.1]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.5.0...v0.5.1
[0.5.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.4.0...v0.5.0
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.1...v0.4.0