Releases: frostming/unearth
Releases · frostming/unearth
0.15.0
🚀 Features
- Support exclude_newer_than evaluation - by @frostming (e5853)
- Support httpx.Client - by @frostming in #108 (13609)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #96 (b1f0e)
- Switch to ruff - by @frostming (0e0b4)
- Update pdm.lock - by @github-actions[bot] and frostming in #99 (1a6eb)
- Update pdm.lock - by @github-actions[bot] and frostming in #103 (ec467)
- Update pdm.lock - by @github-actions[bot] and frostming in #104 (6aede)
- Update pdm.lock - by @github-actions[bot] and frostming in #105 (be188)
View changes on GitHub
0.14.0
🚀 Features
- Extract the wheel tag validation method - by @frostming (fc175)
- Remove the hashes argument from
PackageFinder.build_evaluator
that is deprecated before - by @frostming (4c8b4)
💻 Chores
- Rtfd configurations - by @frostming (49dea)
- Update lockfile and pyproject - by @frostming (cb500)
View changes on GitHub
0.13.0
🚨 Breaking Changes
🚀 Features
- Add PyPI as the default index in PackageFinder - by @frostming (7d1c2)
- Add a default timeout to the session Close #80 - by @frostming in #80 (1d9a2)
🐞 Bug Fixes
- Support fetching from Git refs - by @frostming (c777d)
- Update hg.py to use the commit hash instead of the local identity - by @paugier in #91 (0d538)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #81 (470cb)
- Update pdm.lock - by @github-actions[bot] and frostming in #86 (f2bc8)
- Update pdm.lock - by @github-actions[bot] and frostming in #88 (ee35b)
- Update quickstart in the readme - by @bswck in #94 (f9316)
View changes on GitHub
0.12.1
0.12.0
🚀 Features
- Add callback to report download status - by @frostming in #78 (049c8)
🐞 Bug Fixes
- Respect :all: in prefer_binary config - by @frostming (6d8e8)
View changes on GitHub
0.11.2
🐞 Bug Fixes
- security: Validate the package name extracted from the part before the last hyphen - by @frostming in #77 (09f43)
View changes on GitHub
0.11.1
🐞 Bug Fixes
- Also fallback on "token" username for KeyringCliProvider - by @deronnax in #71 (1b23c)
- Revert the handling of 403 and 404 - by @frostming in #75 (eca17)
💻 Chores
View changes on GitHub
0.11.0
🚀 Features
- Handle 403 same as 401, and look for credentials on 404 error - by @logangrado, Logan Grado, pre-commit-ci[bot] and Frost Ming in #70 (66b32)
🐞 Bug Fixes
- Close response files correctly - by @frostming (b3ee8)
- Change FormatControl to respect the priority of only_binary over no_binary - by @frostming (3c1c5)
- Include useful message if VCS command not found - by @xzmeng in #66 (f0f56)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #65 (b5847)
- Update pdm.lock - by @github-actions[bot] and frostming in #67 (4c4aa)
View changes on GitHub
0.10.0
💥 Breaking Changes
- Postpone the validation of hashes - by @frostming in #62 (f0aea)
💻 Chores
View changes on GitHub
0.9.3
🐞 Bug Fixes
- Migrate from deprecated pdm.pep517 to pdm.backend - by @kloczek in #58 (992e6)
- Tolerate invalid python requires - by @frostming (55302)