Skip to content

Commit a5d68f7

Browse files
committed
chore(release): v1.3.0
1 parent 1e5f8d1 commit a5d68f7

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.3.0] - 2024-11-21
4+
5+
### Features
6+
7+
- **config**: From env vars if cmd args are not present - ([b693719](https://github.com/stackmystack/tsdl/commit/b6937196d4b9c5c3e61b462fdc7742b10efa98fa))
8+
9+
### Bug Fixes
10+
11+
- **build**: Clean, clone, then build if remote definition changes - ([62375ae](https://github.com/stackmystack/tsdl/commit/62375ae753b3749fd0605c45c344d115e116c6e3))
12+
- **clone**: When a parser was not correctly cloned in a previous run - ([b976d87](https://github.com/stackmystack/tsdl/commit/b976d8762d4e540d274366ba16cf918f9b2706e3))
13+
14+
### Documentation
15+
16+
- **crate**: Add README.md to the crate's documentation - ([8d25198](https://github.com/stackmystack/tsdl/commit/8d251987413c8e8c6481831525a0d5b893021ef7))
17+
- **tsdl**: Use markdown_to_docs to properly display in docs.rs - ([e980e99](https://github.com/stackmystack/tsdl/commit/e980e9959dfdfc2c76cb5407fe71c18e099e460a))
18+
19+
### Other
20+
21+
- **markdown_to_docs**: Remove unnecessary reference - ([1e5f8d1](https://github.com/stackmystack/tsdl/commit/1e5f8d1d64949e71f7b1c88dcdcff61f86025886))
22+
- Style - ([8bfc86b](https://github.com/stackmystack/tsdl/commit/8bfc86bfa3d3489adb197f69d7d247af2a5aebd1))
23+
24+
## New Contributors ❤️
25+
26+
* @dependabot[bot] made their first contribution in [#11](https://github.com/stackmystack/tsdl/pull/11)
327
## [1.2.1] - 2024-09-07
428

529
### 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.2.1" # managed by release.sh
11+
version = "1.3.0" # managed by release.sh
1212
license = "MIT"
1313

1414
[lib]

0 commit comments

Comments
 (0)