1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
tree-sitter (0.22.6-6) unstable; urgency=medium
* Upload to unstable
* Add Breaks/Replaces for libtree-sitter0
-- James McCoy <jamessan@debian.org> Sun, 16 Mar 2025 16:14:16 -0400
tree-sitter (0.22.6-5) experimental; urgency=medium
* Remove emscripten Recommends until playground command is enabled
(Closes: #1093836)
* Backport patch to include the minor version in the SONAME so the ABI break
is properly reflected. (Closes: #1100171)
* Rename libtree-sitter0 to libtree-sitter0.22 for ABI bump
-- James McCoy <jamessan@debian.org> Sat, 15 Mar 2025 07:32:12 -0400
tree-sitter (0.22.6-4) unstable; urgency=medium
* Upload to unstable
* Revert "Switch package branch to debian/experimental"
* Add salsa-ci config
* autopkgtests: Bump bindgen to 0.71
* Declare compliance with Policy 4.7.2, no changes needed
-- James McCoy <jamessan@debian.org> Sat, 08 Mar 2025 13:43:40 -0500
tree-sitter (0.22.6-3) experimental; urgency=medium
* Switch autopkgtest from dh-cargo to dh-rust
* cli: Add explicit include field to Cargo.toml to work around cargo's
behavior of excluding hidden files when "cargo package" is run outside of
a git repo. (Closes: #1093188)
-- James McCoy <jamessan@debian.org> Thu, 23 Jan 2025 21:14:25 -0500
tree-sitter (0.22.6-2) experimental; urgency=medium
* Add librust-tree-sitter-cli-dev package (Closes: #1093038). This was
unintentionally dropped when collapsing the independent rust-tree-sitter-*
packages into src:tree-sitter.
-- James McCoy <jamessan@debian.org> Wed, 15 Jan 2025 19:22:14 -0500
tree-sitter (0.22.6-1) experimental; urgency=medium
* New upstream release (Closes: #1082544)
+ Fix possible infinite loop when a tree has zero-width tokens (Closes:
#1052020)
* Build librust-tree-sitter{,-tags,-highlight,-loader,-config}-dev and
tree-sitter-cli packages here instead of from their own source packages
* Specify PREFIX and LIBDIR for dh_auto_build
* Update libtree-sitter0.symbols
* Switch package branch to debian/experimental
* Declare compliance with Policy 4.7.0, no changes needed
* Run wrap-and-sort -ast
-- James McCoy <jamessan@debian.org> Fri, 06 Dec 2024 15:48:14 -0500
tree-sitter (0.20.8-2) unstable; urgency=medium
* Upload to unstable
-- James McCoy <jamessan@debian.org> Tue, 04 Jul 2023 09:09:44 -0400
tree-sitter (0.20.8-1) experimental; urgency=medium
* New upstream release
* Update symbols for 0.20.8
* Mark all exported symbols not part of the public API as optional
* Declare compliance with Policy 4.6.2, no changes needed
-- James McCoy <jamessan@debian.org> Fri, 07 Apr 2023 19:59:30 -0400
tree-sitter (0.20.7-1) unstable; urgency=medium
* New upstream release
* Update symbols for 0.20.7
* Declare compliance with Policy 4.6.1, no changes needed
* watch: use mode=git instead of scraping the releases page
-- James McCoy <jamessan@debian.org> Tue, 15 Nov 2022 07:19:34 -0500
tree-sitter (0.20.6-1) unstable; urgency=medium
* New upstream release
-- James McCoy <jamessan@debian.org> Tue, 29 Mar 2022 07:18:48 -0400
tree-sitter (0.20.3-1) unstable; urgency=medium
* New upstream release
* libtree-sitter0.symbols: Add/remove functions for 0.20.3
-- James McCoy <jamessan@debian.org> Sat, 29 Jan 2022 13:05:52 -0500
tree-sitter (0.20.1-1) unstable; urgency=medium
* New upstream release
* Bump copyright years
* Update libtree-sitter0.symbols
-- James McCoy <jamessan@debian.org> Mon, 20 Dec 2021 14:59:34 -0500
tree-sitter (0.20.0-2) unstable; urgency=medium
* Upload to unstable
* Declare compliance with Policy 4.6.0
* Fix group name in Vcs-* links
-- James McCoy <jamessan@debian.org> Sun, 29 Aug 2021 15:04:11 -0400
tree-sitter (0.20.0-1) experimental; urgency=medium
* New upstream release
* Update Vcs-* to salsa.d.o/tree-sitter/tree-sitter
* libtree-sitter0.symbols: Add/remove functions for 0.20.0
* Change maintainer to team+tree-sitter@tracker.debian.org
-- James McCoy <jamessan@debian.org> Sun, 01 Aug 2021 22:55:19 -0400
tree-sitter (0.19.4-1) experimental; urgency=medium
* New upstream release
* Add missing libtree-sitter0 Depends to libtree-sitter-dev (Closes:
#985695)
* watch: Support tags with a leading "v"
* Bump changelog to 0.19.4-1
* symbols:
+ Raise version for all APIs to 0.19 due to ABI break
+ Add ts_query_cursor_did_exceed_match_limit, new in 0.19.2
-- James McCoy <jamessan@debian.org> Sun, 28 Mar 2021 13:53:55 -0400
tree-sitter (0.17.3-1) experimental; urgency=medium
* Initial release. (Closes: #976003)
-- James McCoy <jamessan@debian.org> Wed, 06 Jan 2021 22:39:46 -0500
|