Skip to content

Commit a1dc66f

Browse files
committed
Release plain-flags 0.28.0
1 parent b22a4e2 commit a1dc66f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

plain-flags/plain/flags/CHANGELOG.md

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

3+
## [0.28.0](https://github.com/dropseed/plain/releases/plain-flags@0.28.0) (2025-11-12)
4+
5+
### What's changed
6+
7+
- The `Flag` class is now an abstract base class with `get_key()` and `get_value()` marked as abstract methods ([24fe1f3](https://github.com/dropseed/plain/commit/24fe1f3270))
8+
9+
### Upgrade instructions
10+
11+
- No changes required
12+
313
## [0.27.3](https://github.com/dropseed/plain/releases/plain-flags@0.27.3) (2025-11-11)
414

515
### What's changed

plain-flags/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.flags"
3-
version = "0.27.3"
3+
version = "0.28.0"
44
description = "Local feature flags via database models."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)