Releases: VIPnytt/platformio-dependency-updater
Releases · VIPnytt/platformio-dependency-updater
Release list
Version 1.0.1
Immutable
release. Only release title and notes can be modified.
What's Changed
Miscellaneous
- Improved handling of owner-less Registry packages by @JanPetterMG in #44
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
Immutable
release. Only release title and notes can be modified.
This is the first stable release.
What's Changed
Dependency updates
- Bump gitpython from 3.1.55 to 3.1.57 by @dependabot[bot] in #38
- Bump uv from 0.11.32 to 0.12.0 by @dependabot[bot] in #39
Miscellaneous
- Tighten naming conventions and clarify types by @JanPetterMG in #40
- Set project version to v1.0.0 by @JanPetterMG in #42
Full Changelog: v1.0.0-b3...v1.0.0
Version 1.0.0 beta 3
What's Changed
Enhancements
- Add ESP Registry as a source by @JanPetterMG in #28
- Configurable options:
cooldown,labels,open-pull-requests-limit, andproject-dirby @JanPetterMG in #31
Dependency updates
- Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 by @dependabot[bot] in #24
- Bump uv from 0.11.30 to 0.11.32 by @dependabot[bot] in #34
- Bump ruff from 0.15.22 to 0.16.0 by @dependabot[bot] in #33
- Bump gitpython from 3.1.53 to 3.1.55 by @dependabot[bot] in #30
Miscellaneous
- Filter out environment-specific variables during parsing by @JanPetterMG in #27
- Allow updating the same dependency on multiple lines by @JanPetterMG in #35
- Full refactor to improve code quality for Ruff 0.16 by @JanPetterMG in #36
- Bump project version to v1.0.0-b3 by @JanPetterMG in #37
Full Changelog: v1.0.0-b2...v1.0.0-b3
Version 1.0.0 beta 2
What's Changed
Enhancements
- Add support for PlatformIO-official registry packages without owner-prefix by @JanPetterMG in #21
Dependency updates
- Bump ruff from 0.15.21 to 0.15.22 by @dependabot[bot] in #16
- Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #17
- Bump uv from 0.11.29 to 0.11.30 by @dependabot[bot] in #19
- Bump gitpython from 3.1.52 to 3.1.53 by @dependabot[bot] in #20
- Bump actions/labeler from 6.2.0 to 7.0.0 by @dependabot[bot] in #18
Miscellaneous
- Bump project version to v1.0.0b2 by @JanPetterMG in #23
Full Changelog: v1.0.0-b1...v1.0.0-b2
Version 1.0.0 beta 1
What's Changed
Enhancements
- Introduce a 3-day cooldown for new releases by @JanPetterMG in #5
Bug Fixes
- Potential fix for 1 code quality finding by @JanPetterMG in #14
Dependency updates
- Bump gitpython from 3.1.51 to 3.1.52 by @dependabot[bot] in #7
- Bump uv from 0.11.28 to 0.11.29 by @dependabot[bot] in #8
Miscellaneous
- Prioritize latest version and introduce paging by @JanPetterMG in #4
- Reformat code to increase max line length to 120 characters by @JanPetterMG in #9
- 📝 Add docstrings to
chore/reformat-line-length-120by @coderabbitai[bot] in #10 - Pin Python version to 3.12 by @JanPetterMG in #11
- Update example workflow and enhance troubleshooting guidance by @JanPetterMG in #12
- Potential fix for 1 code quality finding by @JanPetterMG in #13
- Bump project version to v1.0.0-b1 by @JanPetterMG in #15
Full Changelog: v1.0.0-a2...v1.0.0-b1
Version 1.0.0 alpha 2
What's Changed
Bug Fixes
- Fix module init, rename and update version by @JanPetterMG in #1
- Refactor project into a package by @JanPetterMG in #3
Full Changelog: v1.0.0-a1...v1.0.0-a2
Version 1.0.0 alpha 1
Initial release.