Add v1.5.2 release notes and index every release in releases/README.md - #293
Merged
Conversation
v1.5.2 is v1.5.1 plus Solr/query metrics (PR #253). It is also the last release that can load Babel exports without the `taxon_specific` flag, so it caps out at Babel 2025sep1. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The index only had three of the nine release notes. Replaced it with a table of all of them, newest first, with the NameRes and Babel versions each one shipped, using the Translator code names where they exist. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The rule was anchored to the repo root, so IntelliJ directories created in subdirectories (e.g. releases/.idea/) still showed up as untracked. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What changed
releases/v1.5.2.md— release notes for NameRes v1.5.2. v1.5.2 is v1.5.1 plus the Solr/query metrics from Release v1.5.2 with metrics #253, so the notes point back to v1.5.1 rather than restating it. They also record that v1.5.2 is the last release that can load Babel exports without thetaxon_specificflag (required from v1.6.0 onwards), which caps it at Babel 2025sep1, and that the metrics code here was reimplemented rather than ported into v1.6.0.releases/v1.5.1.md— "Next release" now points at v1.5.2.releases/README.md— the index listed three of the nine sets of release notes. It is now a table of all of them, newest first, with the NameRes and Babel version each release shipped. Translator-cycle releases use their code names where they have one ("Fugu", "Guppy", "Hammerhead"); the three older ones predate the code names and stay dated..gitignore— the.idea/rule was anchored to the repo root, so IntelliJ directories in subdirectories (e.g.releases/.idea/) still showed as untracked. Unanchored it.🤖 Generated with Claude Code