pi-usereq 0.35.0 → 0.37.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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.37.0](https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0) - 2026-07-08
4
+ ### 🐛 Bug Fixes
5
+ - Update README.md file.
6
+
3
7
  ## [0.35.0](https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0) - 2026-05-29
4
8
  ### 🐛 Bug Fixes
5
9
  - Remove version from ts files.
@@ -508,6 +512,8 @@
508
512
  - \[0.33.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.33.0
509
513
  - \[0.34.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.34.0
510
514
  - \[0.35.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.35.0
515
+ - \[0.36.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.36.0
516
+ - \[0.37.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.37.0
511
517
 
512
518
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
513
519
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -542,3 +548,5 @@
542
548
  [0.33.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.32.0..v0.33.0
543
549
  [0.34.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.33.0..v0.34.0
544
550
  [0.35.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0
551
+ [0.36.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.35.0..v0.36.0
552
+ [0.37.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.35.0)
1
+ # PI-useReq/pi-usereq (0.37.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+">
@@ -26,7 +26,7 @@ This allows them to be run both as a Python package (installed as <b>req</b>, <b
26
26
  <p align="center">
27
27
  <br>
28
28
  🚧 <strong>DRAFT</strong>: 👾 Alpha Development 👾 - Work in Progress 🏗️ 🚧<br>
29
- ⚠️ <strong>IMPORTANT NOTICE</strong>: Created itself with <a href="https://github.com/Ogekuri/useReq"><strong>useReq/req</strong></a> 🤖✨ ⚠️<br>
29
+ ⚠️ <strong>IMPORTANT NOTICE</strong>: Created itself with <a href="https://github.com/Ogekuri/PI-useReq"><strong>PI-useReq/pi-usereq</strong></a> 🤖✨ ⚠️<br>
30
30
  <br>
31
31
  <p>
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-usereq",
3
- "version": "0.35.0",
3
+ "version": "0.37.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"