plain.code 0.14.0__tar.gz → 0.16.0__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.14.0
3
+ Version: 0.16.0
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
@@ -10,7 +10,7 @@ Requires-Dist: plain<1.0.0
10
10
  Requires-Dist: requests>=2.0.0
11
11
  Requires-Dist: ruff>=0.1.0
12
12
  Requires-Dist: tomlkit>=0.11.0
13
- Requires-Dist: ty>=0.0.1a31
13
+ Requires-Dist: ty>=0.0.7
14
14
  Description-Content-Type: text/markdown
15
15
 
16
16
  # plain.code
@@ -1,5 +1,25 @@
1
1
  # plain-code changelog
2
2
 
3
+ ## [0.16.0](https://github.com/dropseed/plain/releases/plain-code@0.16.0) (2025-12-26)
4
+
5
+ ### What's changed
6
+
7
+ - Updated the minimum ty type checker version to 0.0.7 ([a5eef56](https://github.com/dropseed/plain/commit/a5eef56))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
13
+ ## [0.15.0](https://github.com/dropseed/plain/releases/plain-code@0.15.0) (2025-12-12)
14
+
15
+ ### What's changed
16
+
17
+ - Updated the minimum ty type checker version to 0.0.1a33 ([54cadc9](https://github.com/dropseed/plain/commit/54cadc9))
18
+
19
+ ### Upgrade instructions
20
+
21
+ - No changes required
22
+
3
23
  ## [0.14.0](https://github.com/dropseed/plain/releases/plain-code@0.14.0) (2025-12-05)
4
24
 
5
25
  ### What's changed
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plain.code"
3
- version = "0.14.0"
3
+ version = "0.16.0"
4
4
  description = "Preconfigured code formatting and linting."
5
5
  authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
6
6
  readme = "README.md"
@@ -9,7 +9,7 @@ requires-python = ">=3.13"
9
9
  dependencies = [
10
10
  "plain<1.0.0",
11
11
  "ruff>=0.1.0",
12
- "ty>=0.0.1a31",
12
+ "ty>=0.0.7",
13
13
  "requests>=2.0.0",
14
14
  "tomlkit>=0.11.0",
15
15
  ]
File without changes
File without changes
File without changes