We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3698ea5 commit d486e87Copy full SHA for d486e87
CHANGELOG.md
@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.5.5] - 2022-07-26
10
+
11
+- Add timestamp to junit. (#57)
12
+- Add `sleep` function to `AsyncDB`. (#61)
13
+- Fix panic without junit. (#58)
14
15
## [0.5.4] - 2022-07-02
16
-- Remove unsupported characters from juni test name.
17
+- Remove unsupported characters from junit test name.
18
19
## [0.5.3] - 2022-06-26
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqllogictest"
3
-version = "0.5.4"
+version = "0.5.5"
4
edition = "2021"
5
description = "Sqllogictest parser and runner."
license = "MIT OR Apache-2.0"
0 commit comments