mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
bump to v0.2.0
This commit is contained in:
parent
a3ef9fa434
commit
9a4a4e8952
2 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2024-10-23
|
||||
|
||||
- Julia v1.11 was released and v1.10 is new LTS
|
||||
- This package will support both of them
|
||||
|
||||
### Added
|
||||
|
||||
- Add `versions` table to store version information of converter(this software)
|
||||
|
@ -26,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Set download functions in `DownloadCSVs` as default CSV locations in `create_database_from_exported_csvs`
|
||||
- Replaced CSV files used in test to newly add `DownloadCSVs` functions
|
||||
- `create_database_from_exported_csvs` now requires `slavelog_dir` to get skew from slave logs
|
||||
- CI runs on v1.10 and v1.11
|
||||
|
||||
### Deleted
|
||||
|
||||
|
@ -39,5 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- 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.1.0...main
|
||||
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.2.0...main
|
||||
[0.2.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/~/compare/v0.1.0...v0.2.0
|
||||
[0.1.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/~/tags/v0.1.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name = "PSBoardDataBase"
|
||||
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
||||
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
|
||||
[deps]
|
||||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||
|
|
Loading…
Add table
Reference in a new issue