pywire-cli 0.3.1__tar.gz → 0.3.2__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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.2](https://github.com/pywire/pywire/compare/pywire-cli-v0.3.1...pywire-cli-v0.3.2) (2026-09-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ci:** serialize docs deploys, stop pushing to release PRs, bump pywire floors ([#312](https://github.com/pywire/pywire/issues/312)) ([b6a0ac2](https://github.com/pywire/pywire/commit/b6a0ac2c76b78db92b476f6fe99da793d9c12bca))
9
+
3
10
  ## [0.3.1](https://github.com/pywire/pywire/compare/pywire-cli-v0.3.0...pywire-cli-v0.3.1) (2026-09-27)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: pywire-cli
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Command-line tools for PyWire projects: dev, build, deploy, check
5
5
  Project-URL: Homepage, https://pywire.dev
6
6
  Project-URL: Documentation, https://pywire.dev/docs
@@ -20,7 +20,7 @@ Classifier: Topic :: Software Development :: Build Tools
20
20
  Requires-Python: >=3.11
21
21
  Requires-Dist: jinja2>=3.1.0
22
22
  Requires-Dist: pywire-templates>=0.2.0
23
- Requires-Dist: pywire[build]>=0.14.4
23
+ Requires-Dist: pywire[build]>=0.14.5
24
24
  Requires-Dist: rich-click>=1.9.6
25
25
  Requires-Dist: textual>=7.4.0
26
26
  Requires-Dist: uvicorn[standard]>=0.27.0
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pywire-cli"
7
- version = "0.3.1"
7
+ version = "0.3.2"
8
8
  description = "Command-line tools for PyWire projects: dev, build, deploy, check"
9
9
  authors = [
10
10
  { name = "Reece Holmdahl", email = "reece@pywire.dev" },
@@ -23,7 +23,7 @@ classifiers = [
23
23
  "Topic :: Software Development :: Build Tools",
24
24
  ]
25
25
  dependencies = [
26
- "pywire[build]>=0.14.4",
26
+ "pywire[build]>=0.14.5",
27
27
  "pywire-templates>=0.2.0",
28
28
  "jinja2>=3.1.0",
29
29
  "uvicorn[standard]>=0.27.0",
@@ -2,4 +2,4 @@
2
2
 
3
3
  from pywire_cli import _compat as _compat # noqa: F401 (runs version floor checks)
4
4
 
5
- __version__ = "0.3.1"
5
+ __version__ = "0.3.2"
@@ -7,7 +7,7 @@ CLAUDE.md "Version Floors" for the bump protocol.
7
7
  from importlib.metadata import PackageNotFoundError, version
8
8
 
9
9
  _FLOORS = {
10
- "pywire": "0.14.4",
10
+ "pywire": "0.14.5",
11
11
  "pywire-templates": "0.2.0",
12
12
  }
13
13
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes