From d486e87e5fc63d30dad3f4aa8d540160f8738d55 Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Tue, 26 Jul 2022 13:51:17 +0800 Subject: [PATCH] release: bump to v0.5.5 (#63) Signed-off-by: Runji Wang --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1020e66..cac31db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5] - 2022-07-26 + +- Add timestamp to junit. (#57) +- Add `sleep` function to `AsyncDB`. (#61) +- Fix panic without junit. (#58) + ## [0.5.4] - 2022-07-02 -- Remove unsupported characters from juni test name. +- Remove unsupported characters from junit test name. ## [0.5.3] - 2022-06-26 diff --git a/Cargo.toml b/Cargo.toml index 321dd49..690b735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqllogictest" -version = "0.5.4" +version = "0.5.5" edition = "2021" description = "Sqllogictest parser and runner." license = "MIT OR Apache-2.0"