From 1b9fbbdc5512f5c84ee570636065aa02e1a179a7 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Thu, 14 Nov 2024 21:34:38 +0900 Subject: [PATCH] bump to v0.3.1 for database release --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a72d9..c4422b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-11-14 + ### Added - Add result browser queried with runid to get_results notebook @@ -75,7 +77,8 @@ 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.3.0...main +[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.1...main +[0.3.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.0...v0.3.1 [0.3.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.2.0...v0.3.0 [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 1621693..8add35d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PSBoardDataBase" uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5" authors = ["Wataru Otsubo "] -version = "0.3.1-DEV" +version = "0.3.1" [deps] AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"