Releases: frostming/unearth
Releases · frostming/unearth
0.9.2
🐞 Bug Fixes
- Fix the dist info link evaluation - by @frostming (0c175)
- PEP 714: rename the dist-info-metadata field to core-metadata - by @frostming (0c00d)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #55 (781ae)
- Update pdm.lock - by @github-actions[bot] and frostming in #56 (4fa6e)
View changes on GitHub
0.9.1
🚀 Features
- cli: Exposing requires-python, platform and abi interface for cli tools. - by @frostming in #52 (b9935)
🐞 Bug Fixes
- Evaluation issue when the requirement has no version specifier Close #50 - by @frostming in #50 (0a813)
- Typo on json response field - by @frostming (3e767)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #44 (e4572)
- Update pdm.lock - by @github-actions[bot] in #45 (a98b9)
- Update pdm.lock - by @github-actions[bot] in #47 (e0ea7)
- Update pdm.lock - by @github-actions[bot] and frostming in #49 (fc994)
View changes on GitHub
0.9.0
🚀 Features
- Allow to order the index urls and find links together for PackageFinder - by @frostming in #43 (dbe85)
- Allow to set
prefer_binary
for individual packages.
View changes on GitHub
0.8.1
🐞 Bug Fixes
- Fix a bug that empty password in auth is ignored - by @frostming (979bf)
💻 Chores
View changes on GitHub
0.8.0
🚀 Features
- Allow to use keyring from CLI - by @frostming in #36 (7c66e)
🐞 Bug Fixes
- Correct the location in CLI - by @frostming (14e90)
- Prefer built distributions over sdists - by @frostming (b8631)
📝 Documentation
- Get release version from metadata - by @frostming (e9532)
💻 Chores
- Update pdm.lock - by @github-actions[bot] and frostming in #33 (0f3ea)
- Update pdm.lock - by @github-actions[bot] in #34 (22fb6)
- Update pdm.lock - by @github-actions[bot] and frostming in #39 (7b646)
View changes on GitHub
0.7.2
0.7.1
🚀 Features
🐞 Bug Fixes
- Raise meaningful error when find_link path doesn't exist - by @frostming (12e1b)
View changes on GitHub
0.7.0
🚀 Features
- Suppress warnings for insecure requests - by @frostming (419df)
- Support PEP 691: JSON simple API and PEP 658: static metadata in API - by @frostming in #28 (6dadc)
🐞 Bug Fixes
- Fix the logger name to be zipapp friendly - by @frostming in #29 (5d930)
View changes on GitHub
0.6.3
🐞 Bug Fixes
- Skip invalid versions rejected by packaging 22.0 - by @pdm-project in #26 (8fc2a)
📝 Documentation
- Update the version in docs - by @pdm-project (f2a02)
View changes on GitHub
0.6.2
🚀 Features
- Log the file size when downloading - by @frostming in #22 (9514a)
- Use token as the username if not specified Close #18 - by @frostming in #18 (6d2a6)
- Add more logs about the caches - by @frostming (e0000)
🐞 Bug Fixes
- Cache the index fetch result in memory - by @frostming (eacc0)
💻 Chores
- Add python 3.11 to the test matrix - by @frostming (25338)