Skip to content

Commit e300355

Browse files
committed
chore(release): v1.2.1
1 parent 69af2a4 commit e300355

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.2.1] - 2024-09-07
4+
5+
### Bug Fixes
6+
7+
- **build**: --tree-sitter-version sha1 - ([a611f94](https://github.com/stackmystack/tsdl/commit/a611f94ed98bce297fd4af9fc5a2ccdb55925941))
8+
- **download**: Remove tree-sitter-cli gz - ([69af2a4](https://github.com/stackmystack/tsdl/commit/69af2a4d5b887fef7cc075bbb3603e2536a8b71a))
9+
- **log**: Create dir if --log specifies a path - ([1d88722](https://github.com/stackmystack/tsdl/commit/1d887223cd56a71ce5f00b798b5da3194cc192f2))
10+
11+
### Documentation
12+
13+
- **cli**: Remove wrong description for build command - ([c73f096](https://github.com/stackmystack/tsdl/commit/c73f096ca67149245d74d73e65731b9a2ae22a0a))
14+
15+
### Other
16+
17+
- **build**: Check that tree-sitter-cli exists and is executable - ([5abb1a5](https://github.com/stackmystack/tsdl/commit/5abb1a5fc941d4acd9f382481d38925e514cd66c))
18+
- **build**: Check downloaded tree-sitter-cli version - ([362dc5c](https://github.com/stackmystack/tsdl/commit/362dc5c5d6d9620487af38ec53b3b822bfebfda7))
19+
- **build**: Verify multiparser with cmd - ([35e8442](https://github.com/stackmystack/tsdl/commit/35e8442456c1d51af03eabb37b1dcd52e93c0023))
20+
- **lint**: Add typos checker - ([70cd5ce](https://github.com/stackmystack/tsdl/commit/70cd5ce8597816768658e6a7ba1e2fdd8880bf07))
21+
322
## [1.2.0] - 2024-09-06
423

524
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build = "build.rs"
44
description = "A downloader/builder of many tree-sitter parsers"
55
edition = "2021"
66
name = "tsdl"
7-
version = "1.2.0" # managed by release.sh
7+
version = "1.2.1" # managed by release.sh
88
license = "MIT"
99

1010
[lib]

0 commit comments

Comments
 (0)