pi-usereq 0.46.0 → 0.47.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.47.0](https://github.com/Ogekuri/PI-useReq/compare/v0.46.0..v0.47.0) - 2026-07-13
4
+ ### 🐛 Bug Fixes
5
+ - Fix packages file.
6
+
3
7
  ## [0.46.0](https://github.com/Ogekuri/PI-useReq/compare/v0.45.0..v0.46.0) - 2026-07-13
4
8
  ### 🐛 Bug Fixes
5
9
  - Fix extension installer.
@@ -631,6 +635,7 @@
631
635
  - \[0.44.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.44.0
632
636
  - \[0.45.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.45.0
633
637
  - \[0.46.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.46.0
638
+ - \[0.47.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.47.0
634
639
 
635
640
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
636
641
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -676,3 +681,4 @@
676
681
  [0.44.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.43.0..v0.44.0
677
682
  [0.45.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.44.0..v0.45.0
678
683
  [0.46.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.45.0..v0.46.0
684
+ [0.47.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.46.0..v0.47.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.46.0)
1
+ # PI-useReq/pi-usereq (0.47.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.46.0",
3
+ "version": "0.47.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"