pi-usereq 0.12.0 → 0.13.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.0](https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0) - 2026-04-27
4
+ ### 🚜 Changes
5
+ - BREAKING CHANGE: split local and global configuration [useReq] *(config)*
6
+ - update REQUIREMENTS, WORKFLOW, and REFERENCES for the split config model
7
+ - persist tool, notification, git, and checker-command settings globally
8
+ - keep project paths, debug, and static-check enable flags locally
9
+ - rename Show configuration to Show local configuration and add Show global configuration
10
+ - refresh tests for local/global persistence and CLI static-check behavior
11
+
3
12
  ## [0.12.0](https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0) - 2026-04-25
4
13
  ### ⛰️ Features
5
14
  - add req-reset recovery command and docs [useReq] *(req-reset)*
@@ -359,6 +368,7 @@
359
368
  - \[0.10.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.10.0
360
369
  - \[0.11.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.11.0
361
370
  - \[0.12.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.12.0
371
+ - \[0.13.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.13.0
362
372
 
363
373
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
364
374
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -370,3 +380,4 @@
370
380
  [0.10.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.7.0..v0.10.0
371
381
  [0.11.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.10.0..v0.11.0
372
382
  [0.12.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0
383
+ [0.13.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.12.0)
1
+ # PI-useReq/pi-usereq (0.13.0)
2
2
 
3
3
  <p align="center">
4
4
  <img src="https://img.shields.io/badge/python-3.11%2B-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python 3.11+">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-usereq",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"