Skip to content

Commit 3705d25

Browse files
committed
chore(release): v1.2.0
1 parent bc5aa6c commit 3705d25

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.2.0] - 2024-09-06
4+
5+
### Features
6+
7+
- **selfupdate**: Add selfupdate command and fetch from github releases - ([a0832d8](https://github.com/stackmystack/tsdl/commit/a0832d86316e5af7c9c64230ff387e9fae01db48))
8+
9+
### Bug Fixes
10+
11+
- **chmod**: Use rust to set executable permissions - ([a36e1d9](https://github.com/stackmystack/tsdl/commit/a36e1d94b75e45887aeb87849789e7d7dec39be2))
12+
- **download**: Use reqwest instead of curl or wget - ([76ac6c9](https://github.com/stackmystack/tsdl/commit/76ac6c9a36e2737e626e01300269c5ff43437290))
13+
- **gunzip**: Use async-compression instead of the gunzip binary - ([de16590](https://github.com/stackmystack/tsdl/commit/de165904bea4adfd264a57aa6778c61437e9911d))
14+
- **release.sh**: Lint and test before releasing - ([bc5aa6c](https://github.com/stackmystack/tsdl/commit/bc5aa6ccb77dea9d784bacaad8642bc04ccb4f86))
15+
16+
### Documentation
17+
18+
- **readme**: More information on config file and overriding parser.toml - ([dcafb2c](https://github.com/stackmystack/tsdl/commit/dcafb2ccc26eac7d3716ee501bb71517eb55d23f))
19+
320
## [1.1.0] - 2024-09-04
421

522
### 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.1.0" # managed by release.sh
7+
version = "1.2.0" # managed by release.sh
88
license = "MIT"
99

1010
[lib]

0 commit comments

Comments
 (0)