Skip to content

Commit d486e87

Browse files
release: bump to v0.5.5 (#63)
Signed-off-by: Runji Wang <wangrunji0408@163.com>
1 parent 3698ea5 commit d486e87

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
915
## [0.5.4] - 2022-07-02
1016

11-
- Remove unsupported characters from juni test name.
17+
- Remove unsupported characters from junit test name.
1218

1319
## [0.5.3] - 2022-06-26
1420

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqllogictest"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2021"
55
description = "Sqllogictest parser and runner."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)