diff --git a/CHANGELOG.md b/CHANGELOG.md index d8db4e7..86eb65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index f1ba299..2ddcb42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PSBoardDataBase" uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5" authors = ["Wataru Otsubo "] -version = "0.1.0" +version = "0.2.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"