Skip to content

Commit 5ae4e47

Browse files
committed
Release plain-dev 0.45.1
1 parent e363f3d commit 5ae4e47

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

plain-dev/plain/dev/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# plain-dev changelog
22

3+
## [0.45.1](https://github.com/dropseed/plain/releases/plain-dev@0.45.1) (2025-11-03)
4+
5+
### What's changed
6+
7+
- Fixed the database wait command call in the dev server startup to use the updated `plain db wait` command instead of the deprecated `plain models db-wait` ([b293750](https://github.com/dropseed/plain/commit/b293750f6f))
8+
- Fixed the pre-commit database connection check to use the updated `plain migrations list` command instead of the deprecated `plain models show-migrations` ([b293750](https://github.com/dropseed/plain/commit/b293750f6f))
9+
10+
### Upgrade instructions
11+
12+
- No changes required
13+
314
## [0.45.0](https://github.com/dropseed/plain/releases/plain-dev@0.45.0) (2025-11-03)
415

516
### What's changed

plain-dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.dev"
3-
version = "0.45.0"
3+
version = "0.45.1"
44
description = "A single command that runs everything you need for local development."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)