Skip to content

Commit ed4b131

Browse files
Boris Sinyapkinboris-sinyapkin
authored andcommitted
Release 1.6.0
1 parent b53668c commit ed4b131

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.6.0]
8+
9+
### Added
10+
11+
* Run all migrations on default tier when unit tests are used
12+
13+
714
## [1.5.0]
815

916
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

picotest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picotest"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Test framework for Picodata plugin"

picotest_helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picotest_helpers"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Test framework for Picodata plugin"

picotest_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picotest_macros"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Test framework for Picodata plugin"

0 commit comments

Comments
 (0)