Skip to content

Commit 7a3413f

Browse files
committed
Release plain-code 0.11.3
1 parent 0ef0dbb commit 7a3413f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

plain-code/plain/code/CHANGELOG.md

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

3+
## [0.11.3](https://github.com/dropseed/plain/releases/plain-code@0.11.3) (2025-11-03)
4+
5+
### What's changed
6+
7+
- Improved CLI command descriptions to be more concise and user-friendly ([fdb9e80](https://github.com/dropseed/plain/commit/fdb9e80))
8+
- The `plain fix` command is now marked as a common command and registered as a shortcut for `plain code fix` ([73d3a48](https://github.com/dropseed/plain/commit/73d3a48), [7910a06](https://github.com/dropseed/plain/commit/7910a06))
9+
10+
### Upgrade instructions
11+
12+
- No changes required
13+
314
## [0.11.2](https://github.com/dropseed/plain/releases/plain-code@0.11.2) (2025-10-31)
415

516
### What's changed

plain-code/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.code"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
description = "Preconfigured code formatting and linting."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)