-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Release v8.0.0 #7021
Merged
Merged
Release v8.0.0 #7021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should include this PR description in https://github.com/github-linguist/linguist/releases/tag/v8.0.0 |
5 tasks
This release is now live. |
github-merge-queue bot
pushed a commit
to noir-lang/noir
that referenced
this pull request
Sep 6, 2024
# Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* Once github-linguist/linguist#7021 has been deployed to github's internal systems we should have the Noir code in this repository highlighted with our own grammar so this override will be unnecessary. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Time for a new release, and it's MAJOR release 🎉
I'm making this a major release as this will be the first release shipping with the new centroid-based classifier. Massive thanks to @smola for this and for your patience with me finally landing this.
This release will also see the default branch of this repo change from
master
tomain
. This won't affect any current PRs and the Codespaces dev env should continue to work as before.If you're working off a local clone of this repo, you can update your refs for the new name as follows:
$ cd linguist $ git fetch origin $ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
Tasks
I'm aiming to make and deploy this release on 2 Sep 2024.
NOTE: Search results will not reflect changes and new lanuguages until the upstream internal library is updated to pull in the changes from this release and that then deployed to GitHub's Search.