From 08e968b15e58661460d40ebdda2b00756a504966 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 12 Mar 2024 22:17:33 -0400 Subject: [PATCH] docs: add a placeholder migration guide for 0.33.0 --- docs/appendices/0.33.0-migration-guide.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/appendices/0.33.0-migration-guide.md diff --git a/docs/appendices/0.33.0-migration-guide.md b/docs/appendices/0.33.0-migration-guide.md new file mode 100644 index 000000000..cd00662bd --- /dev/null +++ b/docs/appendices/0.33.0-migration-guide.md @@ -0,0 +1,3 @@ +# 0.33.0 Migration Guide + +Dokku 0.33.0 did not introduce any refactors, removals, or deprecations, and focused solely on system improvements.