Bump hermes version to 0.17.0#1923
Closed
alanleedev wants to merge 1 commit into
Closed
Conversation
|
@alanleedev has imported this pull request. If you are a Meta employee, you can view this in D94950722. |
Contributor
|
Why is this again |
Author
@tmikov I was following this guide trying to do a branch cut for RN It says to bump version on |
meta-codesync Bot
pushed a commit
that referenced
this pull request
Mar 3, 2026
Summary: <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The two fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/hermes) and create your branch from `main`. 2. If you've fixed a bug or added code that should be tested, add tests! 3. Ensure it builds and the test suite passes. [tips](https://github.com/facebook/hermes/blob/HEAD/doc/BuildingAndRunning.md) 4. Format your code with `.../hermes/utils/format.sh` 5. If you haven't already, complete the CLA. Note: We kindly request that pull requests address more than just a single typo. While we sincerely appreciate your attention to detail, we would be most grateful if typo fixes were batched together to include several corrections. This helps our maintainers focus on substantive contributions to the codebase. Thank you for your understanding and cooperation! --> Update minor version to 0.17.0 <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> Pull Request resolved: #1923 Test Plan: <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. --> Reviewed By: cipolleschi Differential Revision: D94950722 Pulled By: alanleedev fbshipit-source-id: f766e1e53eb6cafb9660bbf3da7c797cbcf5ecba
Contributor
|
@tmikov We are still supporting Legacy Hermes for version 0.85 and likely 0.86 because we didn't have the time to cleanup the React Native codebase and properly announce the switch to Hermes V1 as only version of Hermes. |
meta-codesync Bot
pushed a commit
that referenced
this pull request
May 7, 2026
Summary: As part of branch cutting for React Native OSS (which still supports legacy Hermes), React Native 0.86 will [track](facebook/react-native@89a2a20) [`release-v0.17`](https://github.com/facebook/hermes/tree/release-v0.17) of (legacy) Hermes, which I cut yesterday. This bumps the version on `main` to `0.18.0` ready for the next branch cut (per [release process](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-hermes-release.md#step-5-bump-version-on-main-and-hermes-v1-release-branch), see also #1871, #1923). Pull Request resolved: #2008 Reviewed By: cortinico Differential Revision: D104215999 Pulled By: robhogan fbshipit-source-id: 28abe89a4cc0eb75c6b78ceb150453de47f0ef93
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Update minor version to 0.17.0
Test Plan