Skip to content

Commit 4189a57

Browse files
author
Alexandr Sorokin
committed
Release 1.5.0
1 parent 8c79684 commit 4189a57

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.5.0]
8+
9+
### Added
10+
11+
* Add the ability to execute lua/sql code on any instance
12+
13+
### Changed
14+
15+
* Bump pike version from 2.4.5 to 2.5.0
16+
17+
718
## [1.4.1]
819

920
### Changed

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.4.1"
3+
version = "1.5.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.4.1"
3+
version = "1.5.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.4.1"
3+
version = "1.5.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Test framework for Picodata plugin"

0 commit comments

Comments
 (0)