Skip to content

Releases: eonu/feud

v1.0.1

30 Dec 20:02
6c2fe86
Compare
Choose a tag to compare

What's Changed

  • style: update ruff to v0.8.4 and remove self/cls annotations by @eonu in #176
  • fix: support annotated pydantic.Field range types by @eonu in #177

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Dec 15:07
41b6fa9
Compare
Choose a tag to compare

What's Changed

  • feat: support python v3.13, add mise.toml, remove doctest by @eonu in #165
  • feat: add fractions.Fraction to feud.typing by @eonu in #167
  • feat: add pydantic_extra_types.S3Path to feud.typing by @eonu in #166
  • feat: add pydantic.SocketPath to feud.typing by @eonu in #169
  • fix: unify decorated function metadata by @eonu in #170
  • feat: add mypy support and type stubs by @eonu in #171
  • docs: remove beta references by @eonu in #172
  • docs: add click extension information by @eonu in #173

Full Changelog: v0.4.1...v1.0.0

v0.4.1

17 Oct 23:48
72c8268
Compare
Choose a tag to compare

What's Changed

  • release: v0.4.0 by @github-actions in #157
  • docs: remove references to feud.wiki by @eonu in #159
  • docs: fix @feud.rename docs example typo by @eonu in #160

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Sep 19:14
f634422
Compare
Choose a tag to compare

What's Changed

  • release: v0.3.2 by @github-actions in #145
  • chore(deps): fix sphinx to ^7.2.4<=7.2.6 by @eonu in #148
  • chore(deps): update pydantic_extra_types supported types by @eonu in #147
  • chore(pkg): use typing.Self annotation by @eonu in #149
  • feat: support postponed type hint evaluation by @eonu in #150
  • chore: update feud.typing pydantic types by @eonu in #151
  • chore: fix invalid type hints by @eonu in #153
  • feat: add Group.add_commands by @eonu in #156

Full Changelog: v0.3.2...v0.4.0

v0.3.2

01 Apr 19:00
5b507e7
Compare
Choose a tag to compare

What's Changed

  • release: v0.3.1 by @github-actions in #142
  • docs: specify virtual env location in .readthedocs.yaml by @eonu in #143

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Jan 19:19
2461a44
Compare
Choose a tag to compare

What's Changed

  • release: v0.3.0 by @github-actions in #138
  • docs: fix broken core/command docs links by @eonu in #139
  • docs: update package description by @eonu in #141

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Jan 20:47
fddae4a
Compare
Choose a tag to compare

What's Changed

  • release: v0.2.0 by @github-actions in #124
  • docs: remove click admonition from README.md by @eonu in #129
  • fix: check __main__ first for module discovery by @eonu in #131
  • feat: define feud.click.is_rich for checking rich-click install by @eonu in #132
  • fix(deps): fix click & pydantic min. versions + fix feud.typing versions by @eonu in #133
  • fix: define __all__ for feud.typing module by @eonu in #134
  • feat: add command and option sections by @eonu in #136
  • docs: remove headings from projects table by @eonu in #137

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Dec 04:09
8e5d877
Compare
Choose a tag to compare

What's Changed

  • release: v0.1.6 by @github-actions in #122
  • feat: add feud.build + move rich_click styling to feud.Config by @eonu in #123

Full Changelog: v0.1.6...v0.2.0

v0.1.6

26 Dec 20:40
703ffc4
Compare
Choose a tag to compare

What's Changed

  • release: v0.1.5 by @github-actions in #118
  • chore: re-use existing Group._descendants function by @eonu in #119
  • chore: remove unnecessary click_kwargs override by @eonu in #120
  • fix: improve docstring parsing by @eonu in #121

Full Changelog: v0.1.5...v0.1.6

v0.1.5

26 Dec 01:17
fcc9744
Compare
Choose a tag to compare

What's Changed

  • release: v0.1.4 by @github-actions in #112
  • feat: support argument defaults by @eonu in #114
  • feat: show argument help by default + support rich-click overrides by @eonu in #115
  • feat: expand feud.run object support/discovery by @eonu in #116
  • docs: restyle README.md and related projects by @eonu in #117

Full Changelog: v0.1.4...v0.1.5