Skip to content

Releases: eonu/feud

v0.1.1

14 Dec 23:58
a364b56
Compare
Choose a tag to compare

What's Changed

  • release: v0.1.0 by @github-actions in #83
  • feat: add email extra, issue/PR templates, version module by @eonu in #84
  • feat(pkg): add typing.Pattern to feud.typing by @eonu in #85
  • fix: change feud.config from package to module by @eonu in #86
  • tests: add test for inheritance command override by @eonu in #87
  • fix: use == instead of is for typing.Annotated comparison by @eonu in #88
  • feat: add metavars for typing.Union and literal | union types by @eonu in #89
  • feat: add Group.__main__() support by @eonu in #90
  • feat: add feud.env decorator for env. variable options by @eonu in #91
  • docs: add postponed evaluation README.md disclaimer by @eonu in #92
  • docs: click.Option intersphinx reference by @eonu in #93
  • feat: add feud.rename decorator by @eonu in #94

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Dec 21:58
f1920c0
Compare
Choose a tag to compare

What's Changed

  • release: v0.1.0a9 by @github-actions in #79
  • build(git): remove auto-merge master -> dev workflow by @eonu in #80
  • chore: hide chore/ci PR types from changelog by @eonu in #82
  • docs: add configuration reference to boolean type by @eonu in #81

Full Changelog: v0.1.0a9...v0.1.0

v0.1.0a9

05 Dec 00:41
ed23a98
Compare
Choose a tag to compare
v0.1.0a9 Pre-release
Pre-release

What's Changed

  • release: v0.1.0a8 by @github-actions in #77
  • build(git): dont use git fetch --unshallow by @eonu in #78

Full Changelog: v0.1.0a8...v0.1.0a9

v0.1.0a8

05 Dec 00:35
f46b593
Compare
Choose a tag to compare
v0.1.0a8 Pre-release
Pre-release

What's Changed

  • build(git): hide release PRs from CHANGELOG.md by @eonu in #73
  • release: v0.1.0a7 by @github-actions in #74
  • build(git): use github-push-action for auto-merge by @eonu in #75
  • build(git): use PAT for actions/checkout by @eonu in #76

Full Changelog: v0.1.0a7...v0.1.0a8

v0.1.0a7

05 Dec 00:13
850b986
Compare
Choose a tag to compare
v0.1.0a7 Pre-release
Pre-release

What's Changed

  • release: v0.1.0a5 by @github-actions in #70
  • build(git): use setup-git-credentials for auto-merge workflow by @eonu in #71
  • release: v0.1.0a6 by @github-actions in #72

Full Changelog: v0.1.0a5...v0.1.0a7

v0.1.0a6

05 Dec 00:03
7b9cc5d
Compare
Choose a tag to compare
v0.1.0a6 Pre-release
Pre-release

What's Changed

  • release: v0.1.0a5 by @github-actions in #70
  • build(git): use setup-git-credentials for auto-merge workflow by @eonu in #71

Full Changelog: v0.1.0a5...v0.1.0a6

v0.1.0a5

04 Dec 23:37
3823c86
Compare
Choose a tag to compare
v0.1.0a5 Pre-release
Pre-release

What's Changed

  • release: v0.1.0a4 by @github-actions in #68
  • build(git): add write permissions to auto-merge workflow by @eonu in #69

Full Changelog: v0.1.0a4...v0.1.0a5

v0.1.0a4

04 Dec 23:23
a06c42b
Compare
Choose a tag to compare
v0.1.0a4 Pre-release
Pre-release

What's Changed

  • release: v0.1.0a3 by @github-actions in #65
  • docs: add cliff.toml issue/release number preprocessors by @eonu in #66
  • build(git): add auto-merge master into dev workflow by @eonu in #67

Full Changelog: v0.1.0a3...v0.1.0a4

v0.1.0a3

04 Dec 22:04
7b0ebee
Compare
Choose a tag to compare
v0.1.0a3 Pre-release
Pre-release

What's Changed

  • Fix Makefile base command by @eonu in #1
  • Split .readthedocs.yml command arguments by @eonu in #2
  • Combine .readthedocs.yml post-install commands by @eonu in #3
  • Run make base in tox docs environment by @eonu in #4
  • Run make base in .readthedocs.yml post-install by @eonu in #5
  • Split tox docs environment commands by @eonu in #6
  • Fix .readthedocs.yml Sphinx conf.py location by @eonu in #7
  • Use relative feud import in Sphinx conf.py by @eonu in #8
  • Don't use tox in .readthedocs.yml by @eonu in #9
  • Remove feud import in Sphinx conf.py by @eonu in #10
  • Don't build Sphinx docs in .readthedocs.yaml by @eonu in #11
  • Don't create virtual environment in .readthedocs.yml by @eonu in #12
  • Don't use make/invoke in readthedocs.yaml by @eonu in #13
  • Remove --sync from .readthedocs.yaml poetry install by @eonu in #14
  • Use external image for Sphinx index.rst logo by @eonu in #15
  • Add CircleCI configuration by @eonu in #18
  • Add pytest-cov and coveralls integration by @eonu in #19
  • Update README.md by @eonu in #20
  • feat(git): add semantic-pull-request action by @eonu in #21
  • feat(build): add tag-version-commit workflow by @eonu in #22
  • chore(build): remove pkg scope from tag-version-commit workflow by @eonu in #23
  • feat(build): add poetry-publish workflow by @eonu in #24
  • feat(build): add action-automatic-releases workflow by @eonu in #25
  • feat(build): add create-release-pr workflow by @eonu in #26
  • release: v0.1.0a1 by @eonu in #27
  • fix(build): use actions/checkout@v4 and fix permissions by @eonu in #28
  • fix(build): add write-all permissions to create-release-pr workflow by @eonu in #29
  • fix(git, build): provide version to auto-changelog by @eonu in #31
  • fix(git, build): fix multi-line create-release-pr workflow output by @eonu in #32
  • fix(git, build): fetch tags in create-release-pr workflow by @eonu in #34
  • fix(git, build): use fetch-depth: 0 for workflow checkout by @eonu in #36
  • fix(git, build): use temporary file for changelog entry by @eonu in #37
  • fix(git, build): remove invalid ) from create-release-pr workflow by @eonu in #38
  • fix(git, build): use EOF for multi-line changelog output by @eonu in #40
  • fix(git, build): silence release.install invoke task by @eonu in #42
  • fix(git, build): remove entry.md from create-release-pr workflow by @eonu in #44
  • fix(build): provide start/stop commit to create-release-pr workflow by @eonu in #46
  • refactor(pkg): remove CHANGELOG.md by @eonu in #48
  • release: v0.1.0a2 by @github-actions in #49
  • chore(build): add cliff.toml by @eonu in #50
  • build(git): use cliff for changelog generation by @eonu in #51
  • build(git): correctly access changelog entry content by @eonu in #53
  • build(git): fix tag-version-commit workflow by @eonu in #55
  • build(git): tag in create-release-pr workflow by @eonu in #56
  • build(git): prefix tag with v by @eonu in #57
  • build(git): use rickstaa/action-create-tag to create tags by @eonu in #64

New Contributors

  • @eonu made their first contribution in #1

Full Changelog: https://github.com/eonu/feud/commits/v0.1.0a3