Releases: eonu/feud
Releases · eonu/feud
v0.4.1
v0.4.0
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
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
v0.3.0
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 checkingrich-click
install by @eonu in #132 - fix(deps): fix
click
&pydantic
min. versions + fixfeud.typing
versions by @eonu in #133 - fix: define
__all__
forfeud.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
What's Changed
- release: v0.1.6 by @github-actions in #122
- feat: add
feud.build
+ moverich_click
styling tofeud.Config
by @eonu in #123
Full Changelog: v0.1.6...v0.2.0
v0.1.6
v0.1.5
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
v0.1.4
What's Changed
- release: v0.1.3 by @github-actions in #106
- docs: add
feud.run
dict/iterable examples toREADME.md
by @eonu in #107 - docs: add footer to
.md
files by @eonu in #109 - feat: support
*args
and**kwargs
by @eonu in #108 - fix(pkg): update
release
task to useversion.py
by @eonu in #111
Full Changelog: v0.1.3...v0.1.4