Skip to content

Commit cf09d6d

Browse files
chore: bump version
1 parent 32ad697 commit cf09d6d

4 files changed

Lines changed: 28 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [UNRELEASED]
88

9+
## [5.1.0]
10+
911
### Fixed
1012

1113
- Skip symlinked instance directories during cluster shutdown in `pike stop` [#342](https://github.com/picodata/pike/issues/342)

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picodata-pike"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
authors = [

plugin_template/_Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rstest = "0.25.0"
2222
reqwest = { version = "0.12", features = ["blocking"] }
2323

2424
[build-dependencies]
25-
picodata-pike = "5.0.0"
25+
picodata-pike = "5.1.0"
2626

2727
[lib]
2828
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)