Skip to content

Releases: Zabot/fel

Fel 0.4.0

11 Jun 20:23
335e19f
Compare
Choose a tag to compare
  • Parallelized all GitHub operations to improve responsiveness
  • Diff branches are all pushed together instead of separately
  • Commits are amended with fel boilerplate using git-filter-repo instead of manually amending and rebasing each commit

Fel 0.3.2

03 Jun 22:07
35d2a2a
Compare
Choose a tag to compare
  • Incorrectly ignoring admin flag
  • Don't ignore github status checks
  • Ignore older reviews when multiple reviews exist from the same reviewer

Fel 0.3.1

31 May 16:38
3ba919d
Compare
Choose a tag to compare

Fix poetry metadata

Fel 0.3.0

31 May 16:32
6026637
Compare
Choose a tag to compare

Lots of usability improvements!

  • Lands respect the branch protection settings of a repo and will not always use admin permissions
  • Run with --admin to use admin permissions to land a stack
  • Lands will interrupt upon encountering a commit that is not yet ready to land
  • Lands will wait for status checks to complete before landing
  • Branch mergeability status is shown in fel status

Fel 0.2.0

28 Apr 17:02
4f25fe2
Compare
Choose a tag to compare

Improved internal architecture and test coverage

Fel 0.1.2

01 Mar 07:43
Compare
Choose a tag to compare

Fixed some packaging bugs that showed up when trying to download from PyPI

Fel 0.1.0

01 Mar 07:30
Compare
Choose a tag to compare

First release to GitHub and pypi. There's a couple of rough edges still, but fel submit and fel land are mostly working.