Skip to content

Latest commit

 

History

History
198 lines (119 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

198 lines (119 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


0.2.7 - 2024-12-11

Bug Fixes

  • clarify help text for flag behavior - (3e6ffce) - Luke Hsiao

0.2.6 - 2024-12-11

Features

  • add support for .poetryudepsignore - (97be5d3) - Luke Hsiao

0.2.5 - 2024-12-11

Bug Fixes

  • (name-map) add vl-convert-python's alias - (c03d52d) - Luke Hsiao

Documentation

  • (LICENSE) use md extension for nicer rendering - (c7f71c5) - Luke Hsiao
  • (README) update link to license file - (fbb08ce) - Nicholas Chiang

0.2.4 - 2024-10-17

This release adds a couple more names to the name map to reduce false positives.

Documentation

  • (README) update benchmarks for deptry 0.14.0 - (ee2eb53) - Luke Hsiao
  • (README) add un-pack as related work - (0805323) - Luke Hsiao

Refactor

  • enable and fix pedantic clippy lints - (a07d11d) - Luke Hsiao
  • use tracing_log to simplify main - (dde6945) - Luke Hsiao

0.2.3 - 2024-03-06

Bug Fixes

  • ignore dev-deps if they are missing - (29e55c1) - Luke Hsiao

Documentation

  • (README) add toc and description of approach - (8892b4f) - Luke Hsiao

0.2.2 - 2024-01-21

Documentation

  • (CHANGELOG) fix links to previous tags - (8c2e2fe) - Luke Hsiao

Refactor

  • default to error level, not warn level logs - (47fc220) - Luke Hsiao
  • log better msg if pyproject.toml not found - (77a7be7) - Luke Hsiao

0.2.1 - 2024-01-20

Bug Fixes

  • only return 1 if udeps were found - (4cc7015) - Luke Hsiao

Documentation

  • (CHANGELOG) add entry for v0.2.1 - (aeed851) - Luke Hsiao

0.2.0 - 2024-01-20

Documentation

  • (CHANGELOG) add entry for v0.2.0 - (d0368a2) - Luke Hsiao

Refactor

  • [breaking] return an exit code 1 if udeps were found - (775ac08) - Luke Hsiao

0.1.6 - 2024-01-18

Bug Fixes

  • (name_map) add alias for celery-redbeat - (c197b58) - Luke Hsiao

Documentation

  • (CHANGELOG) add entry for v0.1.6 - (5ba79a9) - Luke Hsiao

Styling

  • format with cargo fmt - (2073598) - Luke Hsiao

0.1.5 - 2024-01-18

Documentation

  • (CHANGELOG) add entry for v0.1.5 - (8341790) - Luke Hsiao

Refactor

  • address clippy lint for or_default() - (c89d6f6) - Luke Hsiao

0.1.4 - 2024-01-18

Documentation

  • (CHANGELOG) add entry for v0.1.4 - (d7eb582) - Luke Hsiao
  • (README) link license badge to license - (c6a4229) - Luke Hsiao

0.1.3 - 2023-08-08

Bug Fixes

  • support poetry 1.2+'s dependency groups - (97dc80d) - Luke Hsiao

Documentation

  • (CHANGELOG) add entry for v0.1.3 - (4eb03cf) - Luke Hsiao
  • (README) set expectation of false positives - (22defbf) - Luke Hsiao
  • (README) add fawltydeps, py-unused-deps - (910671d) - Luke Hsiao

0.1.2 - 2023-08-08

Documentation

  • (CHANGELOG) add entry for v0.1.2 - (9b7ee8a) - Luke Hsiao

Refactor

  • clean up info-level log formatting - (33c67bc) - Luke Hsiao

0.1.1 - 2023-08-08

Bug Fixes

  • replace ., not , for google-style naming - (b0a0827) - Luke Hsiao
  • don't include python in the dependencies - (4c50a31) - Luke Hsiao

Documentation

  • (CHANGELOG) add initial changelog - (3728af4) - Luke Hsiao
  • (CHANGELOG) add entry for v0.1.1 - (1aa86ef) - Luke Hsiao
  • (README) add benchmark - (4943c69) - Luke Hsiao

Features

  • (name-map) include more common packages - (7e7cc6d) - Luke Hsiao
  • add debug-level logs for seeing what is checked - (b247e87) - Luke Hsiao
  • check two-level package names for better Google support - (9559064) - Luke Hsiao

[0.1.0] - 2023-08-08

Bug Fixes

  • ensure map entries are ordered - (473edf3) - Luke Hsiao

Documentation

  • (README) add some TODOs for future reference - (667b472) - Luke Hsiao
  • (README) add badge placeholders - (ffcc7e5) - Luke Hsiao
  • (README) add sections - (17da2ec) - Luke Hsiao
  • (README) populate more sections - (160d67b) - Luke Hsiao
  • (README) drop language badges for plain text - (aee0c5b) - Luke Hsiao
  • (README) add benchmarks section - (082c5cb) - Luke Hsiao
  • (changelog) change git-cliff template - (70279f7) - Luke Hsiao

Refactor

  • add fast recursive directory traversal - (190203f) - Luke Hsiao
  • drop scanning jupyter notebooks for now - (3a80557) - Luke Hsiao
  • parse dependencies from pyproject.toml - (4b80a72) - Luke Hsiao
  • use a static map for getting deps - (36af56a) - Luke Hsiao
  • update nom parsers - (935a9cf) - Luke Hsiao
  • use tracing for structured logging - (4d7120b) - Luke Hsiao
  • add one variant of boto3-stubs - (3de0e22) - Luke Hsiao

WIP

  • adding nom parser combinator for getting packages - (a8aa949) - Luke Hsiao