Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wish: CHANGELOG #527

Closed
Hocdoc opened this issue Jan 17, 2020 · 4 comments · Fixed by #3040
Closed

Wish: CHANGELOG #527

Hocdoc opened this issue Jan 17, 2020 · 4 comments · Fixed by #3040
Labels
enhancement Feature request
Milestone

Comments

@Hocdoc
Copy link

Hocdoc commented Jan 17, 2020

Thanks for creating Tree-Sitter, it's really useful for our project.

Would it be possible to create a CHANGELOG or add a release note what has changed in a new version?

@WhyNotHugo
Copy link

+1 on this.

0.19 seems to have changed how tree-sitter behaves, but I can't quite figure out what or how.

@stevenbarragan
Copy link

I suggest to automate it by git cliff using conventional commits.

@ahlinc
Copy link
Contributor

ahlinc commented Sep 23, 2021

@stevenbarragan Thanks! That's one of the options I've discovered, but it requires some work for adaptation.

@Wilfred
Copy link
Contributor

Wilfred commented Sep 27, 2021

I'd find this super useful too.

Skimming the 97 commits in v0.19.5...v0.20.0 it looks like 0.20.0 added:

  • a bunch of CLI fixes and improvements
  • some additional APIs on Query, QueryCursor
  • one additional API on TSNode: dffee22

jwoudenberg added a commit to jwoudenberg/tree-sitter-elm that referenced this issue Dec 7, 2021
The base tree-sitter library doesn't have a changelog (yet). In my own
work the 0.20.1 version seems to work fine. Also, one person looking at
the commits did not spot any breaking changes going from 0.19.x to
0.20.x:
tree-sitter/tree-sitter#527 (comment)
jwoudenberg added a commit to jwoudenberg/tree-sitter-elm that referenced this issue Dec 10, 2021
The base tree-sitter library doesn't have a changelog (yet). In my own
work the 0.20.1 version seems to work fine. Also, one person looking at
the commits did not spot any breaking changes going from 0.19.x to
0.20.x:
tree-sitter/tree-sitter#527 (comment)
@dundargoc dundargoc added this to the 1.0 milestone Feb 6, 2024
@tree-sitter tree-sitter deleted a comment from issue-label-bot bot Feb 7, 2024
@dundargoc dundargoc added enhancement Feature request and removed feature_request labels Feb 8, 2024
@dundargoc dundargoc changed the title Wish: CHANGELOG CHANGELOG Feb 8, 2024
@dundargoc dundargoc changed the title CHANGELOG Wish: CHANGELOG Feb 8, 2024
dundargoc added a commit to dundargoc/tree-sitter that referenced this issue Feb 17, 2024
Introduce a target called `changelog` that will use git-cliff to create
the changelog of the latest release.

Closes tree-sitter#527.
dundargoc added a commit that referenced this issue Feb 18, 2024
Introduce a target called `changelog` that will use git-cliff to create
the changelog of the latest release.

Closes #527.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants