Skip to content

Commit 7517078

Browse files
committed
chore: start 0.2.4 development cycle
Open the next development cycle after the v0.2.3 release: - bump version 0.2.3 -> 0.2.4 (Cargo.toml, Cargo.lock) - add empty upgrade script sql/pg_durable--0.2.3--0.2.4.sql (no schema changes yet) - add a '## [0.2.4] - Unreleased' placeholder to CHANGELOG.md Part of #243.
1 parent b4579ae commit 7517078

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project are documented in this file. The format is b
44

55
Pre-1.0 note: while `pg_durable` is in major version `0`, minor releases may include breaking changes.
66

7+
## [0.2.4] - Unreleased
8+
79
## [0.2.3] - 2026-06-17
810

911
Provider-line note: v0.2.3 stays in the `duroxide-pg` provider compatibility line started in v0.2.2, so the upgrade source is v0.2.2 (`sql/pg_durable--0.2.2--0.2.3.sql`).

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "pg_durable"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "PostgreSQL"
66
repository = "https://github.com/microsoft/pg_durable"

sql/pg_durable--0.2.3--0.2.4.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- Copyright (c) Microsoft Corporation.
2+
-- Licensed under the PostgreSQL License.
3+
4+
-- pg_durable upgrade: 0.2.3 → 0.2.4
5+
--
6+
-- No schema changes yet in this release.
7+
-- Add DDL here for any df-schema changes that land in 0.2.4. See
8+
-- docs/upgrade-testing.md for the upgrade-script and backward-compatibility
9+
-- requirements (Scenario A / B1 / B2).

0 commit comments

Comments
 (0)