Skip to content

Releases: mathpn/llm-docsmith

v0.3.1

11 Jun 00:41
0f64dd5

Choose a tag to compare

What's Changed

  • add schema support verification by @mathpn in #12

Full Changelog: v0.3...v0.3.1

v0.3

30 Apr 00:38

Choose a tag to compare

What's Changed

  • new option: only-missing to fill missing docstrings and keep existing ones unchanged by @mathpn in #11
  • fix: handle nested classes correctly by @mathpn in #10

Full Changelog: v0.2.1...v0.3

v0.2.1

24 Apr 00:35
b40d1b7

Choose a tag to compare

What's Changed

  • fix: skipped classes and methods when not using the --git option by @mathpn in #8

Full Changelog: v0.2...v0.2.1

v0.2

20 Apr 18:04
05633d3

Choose a tag to compare

  • Added Git Integration: Implemented functionality to generate docstring for modified code only using git.
  • Enhanced Testing: Introduced a test workflow to ensure code quality and reliability.
  • Dependency Updates: Added pytest as a dependency to facilitate testing.

v0.1

27 Mar 23:36

Choose a tag to compare

Initial release.