From b6efb3c57fb5181751227816e0cca290d2f21836 Mon Sep 17 00:00:00 2001 From: danielshih Date: Mon, 29 Jun 2026 13:39:35 +0000 Subject: [PATCH] Bump version to 0.7.0 in Cargo.toml and Cargo.lock Add branch trigger for main to release workflow --- .github/workflows/release.yml | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5928ace..ab9eb0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ name: Release on: + push: + branches: [ main ] push: tags: ['v*'] diff --git a/Cargo.lock b/Cargo.lock index e12a35c..e9b139b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,7 +920,7 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pg_walstream" -version = "0.6.3" +version = "0.7.0" dependencies = [ "aws-lc-rs", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c8107fa..a97a357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_walstream" -version = "0.6.3" +version = "0.7.0" edition = "2021" authors = ["danielshih "] license = "BSD-3-Clause"