Package Release Info

tree-sitter-bash-0.25.1-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-tree-sitter-bash
tree-sitter-bash
tree-sitter-bash-devel

Change Logs

* Mon Feb 09 2026 Björn Bidar <bjorn.bidar@thaodan.de>
- Remove redundant Neovim workaround
* Wed Jan 14 2026 Matej Cepl <mcepl@cepl.eu>
- Update to 0.25.0:
  - chore: add FUNDING.yml
  - build(rust): add LICENSE file
  - fix: remove double parenthesis as valid opening to arithmetic
    expasion
  - updates various dependencies
- Build also python-* subpackage.
* Wed Dec 04 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.23.3:
  * ci(publish): add attestations and generate parser
- update to 0.23.2:
  * build: update bindings
- update to 0.23.1:
  * fix: fix Python bindings
- update to 0.23.0:
  * build: update bindings
  * ci: update workflows
  * fix: don't copy to null heredoc delimiters
  * fix: don't copy null heredoc delimiters
- add symlink for neovim
- switch to download_files service, as we stay with the releases
  anyway, and nothing special needs to happen for preparing the
  sources
- add devel package
Version: 0.21.0-bp160.1.12
* Mon Mar 25 2024 Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.21.0:
  * docs: add pypi badge
  * feat!: use the array api in the scanner
  * build: update makefile for macos installation
  * ci: bump tree-sitter/parser-setup-action from 1.1 to 1.2
  * ci: update workflows
  * build: update bindings and versions
  * docs: update badges
  * ci: bump actions/setup-node from 3 to 4
  * ci: bump actions/checkout from 3 to 4
  * ci: add dependabot for actions
  * docs: remove unnecessary space
  * Remove AppVeyor (#247)
  * fix: use `iswalpha`
* Mon Feb 26 2024 Björn Bidar <bjorn.bidar@thaodan.de>
- Initial packaging for openSUSE
- Update to version 0.20.5:
  * chore: update parse script
  * chore: update tests
  * chore: generate
  * fix: allow asterisk in globs
  * fix: partial revert redirect changes, allow command sub in numbers w/ a base
  * fix: mark end when parsing strings
  * fix: better glob parsing
  * fix: parse single quote strings for certain regex tokens
  * fix: account for escaped opening braces in regex parsing