Skip to content

Commit 397f2fd

Browse files
author
jeroenvervaeke-release-commit-bot[bot]
committed
chore(release): release v0.1.2
1 parent 308562f commit 397f2fd

30 files changed

Lines changed: 81 additions & 120 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4-
## [0.1.1] - 2026-04-01
5-
6-
### Bug Fixes
7-
8-
- *(ci)* Use variables for git identity instead of API lookup (#15)
9-
- *(ci)* Use GitHub App token for release workflow (#14)
10-
- *(ci)* Use official crates-io-auth-action for trusted publishing (#13)
11-
- *(ci)* Remove unsupported copilot review param from ruleset
12-
- *(ci)* Use ADMIN_TOKEN secret for ruleset sync
13-
14-
### CI
15-
16-
- Add dependabot for cargo and github-actions (#4)
17-
- Add on-demand publish workflow (#3)
18-
- Add CI workflow and enforce squash merges (#1)
19-
- Auto-apply branch rulesets on push to master
20-
- Add branch ruleset for master
21-
22-
### Documentation
23-
24-
- Add crate-level documentation to all crates (#10)
25-
26-
### Features
27-
28-
- Add pre-generated type crates for 20 new tree-sitter languages (#9)
29-
- Add pre-generated type crates for 5 languages (#2)
30-
- Implement Spanned for all generated enums and AnyNode
31-
- Initial implementation of treesitter-types
32-
33-
### Miscellaneous
34-
35-
- Use trusted publishing for crates.io (#12)
36-
- Set up cargo-release with git-cliff integration (#11)
37-
- *(deps)* Bump actions/checkout from 4 to 6 (#5)
38-
- *(deps)* Bump amannn/action-semantic-pull-request from 5 to 6 (#6)
39-
- *(deps)* Bump extractions/setup-just from 2 to 3 (#8)
40-
- Trigger ruleset sync
41-
- Trigger ruleset sync
42-
- Add CODEOWNERS
43-
- Add version to treesitter-types-macros path dependency
4+
## [0.1.2] - 2026-04-01

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/treesitter-types-c-sharp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-c-sharp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -12,7 +12,7 @@ categories = ["development-tools", "parser-implementations"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
treesitter-types = { version = "0.1.1", path = "../treesitter-types" }
15+
treesitter-types = { version = "0.1.2", path = "../treesitter-types" }
1616
tree-sitter = "0.26"
1717

1818
[dev-dependencies]

crates/treesitter-types-c/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-c"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -12,7 +12,7 @@ categories = ["development-tools", "parser-implementations"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
treesitter-types = { version = "0.1.1", path = "../treesitter-types" }
15+
treesitter-types = { version = "0.1.2", path = "../treesitter-types" }
1616
tree-sitter = "0.26"
1717

1818
[dev-dependencies]

crates/treesitter-types-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-cli"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
publish = false
66

crates/treesitter-types-codegen-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-codegen-runner"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
publish = false
66

crates/treesitter-types-cpp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-cpp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -12,7 +12,7 @@ categories = ["development-tools", "parser-implementations"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
treesitter-types = { version = "0.1.1", path = "../treesitter-types" }
15+
treesitter-types = { version = "0.1.2", path = "../treesitter-types" }
1616
tree-sitter = "0.26"
1717

1818
[dev-dependencies]

crates/treesitter-types-css/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-css"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -12,7 +12,7 @@ categories = ["development-tools", "parser-implementations"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
treesitter-types = { version = "0.1.1", path = "../treesitter-types" }
15+
treesitter-types = { version = "0.1.2", path = "../treesitter-types" }
1616
tree-sitter = "0.26"
1717

1818
[dev-dependencies]

crates/treesitter-types-elixir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treesitter-types-elixir"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeroen Vervaeke <treesitter-types.uvyaj@simplelogin.com>"]
55
edition = "2021"
66
rust-version = "1.77"
@@ -12,7 +12,7 @@ categories = ["development-tools", "parser-implementations"]
1212
readme = "../../README.md"
1313

1414
[dependencies]
15-
treesitter-types = { version = "0.1.1", path = "../treesitter-types" }
15+
treesitter-types = { version = "0.1.2", path = "../treesitter-types" }
1616
tree-sitter = "0.26"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)