pi-usereq 0.37.0 → 0.38.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.38.0](https://github.com/Ogekuri/PI-useReq/compare/v0.37.0..v0.38.0) - 2026-07-09
4
+ ### ⛰️ Features
5
+ - Add Google_TypeScript_Style_Guide.md and RFC2119.md.
6
+
3
7
  ## [0.37.0](https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0) - 2026-07-08
4
8
  ### 🐛 Bug Fixes
5
9
  - Update README.md file.
@@ -514,6 +518,7 @@
514
518
  - \[0.35.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.35.0
515
519
  - \[0.36.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.36.0
516
520
  - \[0.37.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.37.0
521
+ - \[0.38.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.38.0
517
522
 
518
523
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
519
524
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -550,3 +555,4 @@
550
555
  [0.35.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0
551
556
  [0.36.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.35.0..v0.36.0
552
557
  [0.37.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0
558
+ [0.38.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.37.0..v0.38.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.37.0)
1
+ # PI-useReq/pi-usereq (0.38.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.37.0",
3
+ "version": "0.38.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"