Skip to content

Commit 7f32617

Browse files
jnasbyupgradeclaude
andcommitted
HISTORY.asc: remove premature 0.3.0 reference from 0.2.2 entry
0.3.0 is not yet released. The forward-reference is inaccurate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 46c3231 commit 7f32617

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

HISTORY.asc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.2.2
22
-----
3-
Compatibility release: provides the upgrade stepping stone from 0.2.1 to 0.3.0, and
4-
fixes broken installs on PostgreSQL 11 and 12+.
3+
Compatibility release: fixes broken installs on PostgreSQL 11 and 12+, and
4+
provides an upgrade path from 0.2.1.
55

66
### PostgreSQL Version Support
77

@@ -17,15 +17,12 @@ It fails on newer versions due to catalog schema changes:
1717
cat_tools 0.2.2 installs and upgrades correctly on **PostgreSQL 9.2 through 18+**
1818
(all currently supported versions).
1919

20-
### Upgrade Path to 0.3.0
20+
### Upgrade Path
2121

22-
There is no direct upgrade script from 0.2.1 to 0.3.0. PostgreSQL will automatically
23-
chain `0.2.1 → 0.2.2 → 0.3.0` when you run `ALTER EXTENSION cat_tools UPDATE`, but
24-
this requires 0.2.2 to be available.
25-
26-
*If you are on cat_tools 0.2.1 and want to upgrade PostgreSQL to version 11 or later*,
27-
upgrade cat_tools to 0.2.2 first, or run `ALTER EXTENSION cat_tools UPDATE` immediately
28-
after the PostgreSQL upgrade.
22+
0.2.2 provides the stepping stone for future upgrades. Users on 0.2.1 can upgrade to
23+
0.2.2 via `ALTER EXTENSION cat_tools UPDATE`. If upgrading PostgreSQL to version 11 or
24+
later, upgrade cat_tools to 0.2.2 first (or run `ALTER EXTENSION cat_tools UPDATE`
25+
immediately after the PostgreSQL upgrade).
2926

3027
### Changes
3128

0 commit comments

Comments
 (0)