Skip to content

Commit

Permalink
Bundle fzf 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 14, 2023
1 parent ba9b910 commit 642cb24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "*.*.*"
branches:
- "*"
pull_request: {}

jobs:
release:
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,14 @@ is 3.4.5.
.. _Semantic Versioning: http://semver.org/


Version 1.1.0.42.0
Version 1.1.0.44.0
~~~~~~~~~~~~~~~~~~

To be released.
To be released. Bundles ``fzf`` `0.44.0`__.

- Added ``cycle`` option. [`#33`__ by Daniele Trifirò]

__ https://github.com/junegunn/fzf/releases/tag/0.44.0
__ https://github.com/dahlia/iterfzf/pull/33


Expand Down
2 changes: 1 addition & 1 deletion iterfzf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = '__fzf_version__', '__version__', 'BUNDLED_EXECUTABLE', 'iterfzf'

__fzf_version__ = '0.42.0'
__fzf_version__ = '0.44.0'
__version__ = '1.0.' + __fzf_version__

POSIX_EXECUTABLE_NAME: Literal['fzf'] = 'fzf'
Expand Down

0 comments on commit 642cb24

Please sign in to comment.