plain.code 0.20.0__tar.gz → 0.20.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.code
3
- Version: 0.20.0
3
+ Version: 0.20.1
4
4
  Summary: Preconfigured code formatting and linting.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
  - [`plain fix`](#plain-fix)
23
23
  - [`plain code check`](#plain-code-check)
24
24
  - [`plain code annotations`](#plain-code-annotations)
25
- - [Configuration](#configuration)
25
+ - [Settings](#settings)
26
26
  - [FAQs](#faqs)
27
27
  - [Installation](#installation)
28
28
 
@@ -106,7 +106,7 @@ You can also output the results as JSON for use in CI or other tools:
106
106
  plain code annotations --json
107
107
  ```
108
108
 
109
- ## Configuration
109
+ ## Settings
110
110
 
111
111
  Default configuration is provided by [`ruff_defaults.toml`](./ruff_defaults.toml) and [`biome_defaults.json`](./biome_defaults.json).
112
112
 
@@ -1,5 +1,15 @@
1
1
  # plain-code changelog
2
2
 
3
+ ## [0.20.1](https://github.com/dropseed/plain/releases/plain-code@0.20.1) (2026-01-28)
4
+
5
+ ### What's changed
6
+
7
+ - Added Settings section to README ([803fee1ad5](https://github.com/dropseed/plain/commit/803fee1ad5))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required.
12
+
3
13
  ## [0.20.0](https://github.com/dropseed/plain/releases/plain-code@0.20.0) (2026-01-17)
4
14
 
5
15
  ### What's changed
@@ -7,7 +7,7 @@
7
7
  - [`plain fix`](#plain-fix)
8
8
  - [`plain code check`](#plain-code-check)
9
9
  - [`plain code annotations`](#plain-code-annotations)
10
- - [Configuration](#configuration)
10
+ - [Settings](#settings)
11
11
  - [FAQs](#faqs)
12
12
  - [Installation](#installation)
13
13
 
@@ -91,7 +91,7 @@ You can also output the results as JSON for use in CI or other tools:
91
91
  plain code annotations --json
92
92
  ```
93
93
 
94
- ## Configuration
94
+ ## Settings
95
95
 
96
96
  Default configuration is provided by [`ruff_defaults.toml`](./ruff_defaults.toml) and [`biome_defaults.json`](./biome_defaults.json).
97
97
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plain.code"
3
- version = "0.20.0"
3
+ version = "0.20.1"
4
4
  description = "Preconfigured code formatting and linting."
5
5
  authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes