Skip to content

Commit 814880c

Browse files
committed
chore(release): v1.4.0
1 parent 9dbb357 commit 814880c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.4.0] - 2025-03-22
4+
5+
### Features
6+
7+
- **clone**: Always clone to tree-sitter-{language} dir - ([daf6e36](https://github.com/stackmystack/tsdl/commit/daf6e3683117354d7dfacd7c9d4807ab33955737))
8+
9+
### Other
10+
11+
- **tree_sitter**: Init - ([160d832](https://github.com/stackmystack/tsdl/commit/160d8325cf689b7947823a7fba099b0390d0166b))
12+
13+
## New Contributors ❤️
14+
15+
* @stackmystack made their first contribution in [#19](https://github.com/stackmystack/tsdl/pull/19)
16+
* @dependabot[bot] made their first contribution in [#18](https://github.com/stackmystack/tsdl/pull/18)
317
## [1.3.1] - 2025-01-28
418

519
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build = "build.rs"
88
description = "A downloader/builder of many tree-sitter parsers"
99
edition = "2021"
1010
name = "tsdl"
11-
version = "1.3.1" # managed by release.sh
11+
version = "1.4.0" # managed by release.sh
1212
license = "MIT"
1313

1414
[lib]

0 commit comments

Comments
 (0)