You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [Unreleased]
7
7
8
-
## 0.16.0 - 2021-12-08
8
+
## [0.16.1] - 2021-12-11
9
+
- Modified CI pipelines to publish additional pre-built dynamic modules. Their filenames include the platform they are built for. The files without platform in name will eventually be deprecated.
10
+
+`tsc-dyn.x86_64-apple-darwin.dylib` (same as `tsc-dyn.dylib`)
11
+
+`tsc-dyn.x86_64-unknown-linux-gnu.so` (same as `tsc-dyn.so`)
12
+
+`tsc-dyn.x86_64-pc-windows-msvc.dll` (same as `tsc-dyn.dll`)
13
+
+`tsc-dyn.aarch64-apple-darwin.dylib` (new, for Apple Silicon)
14
+
15
+
## [0.16.0] - 2021-12-08
9
16
- Upgraded `tree-sitter` crate to 0.20.0, which:
10
17
+ Changed the semantics of range-restricted query to report matches that intersect the range, instead of only fully-contained matches. See [tree-sitter#1130](https://github.com/tree-sitter/tree-sitter/pull/1130).
11
18
+ Fixed [an issue](https://github.com/tree-sitter/tree-sitter/pull/1372#issuecomment-924958513) where multiple patterns with the same capture names can result in the first capture being omitted.
@@ -132,7 +139,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments