docs: bump install snippets 3.0.0 → 3.0.1 across README + docs site#5
Merged
Conversation
PR #4 fixed two real HTTP-client bugs (Content-Type + PATCH); v3.0.1 is the recommended upgrade. Update every copy-paste install snippet so users land on the fixed version, but keep the historical prose ("v3.0.0 splits the starter into four artifacts...", "that's the v3.0.0 promise...") since those describe when the multi-module shape was introduced, which didn't change in 3.0.1. Sed-replaced patterns: <version>3.0.0</version> -> 3.0.1 :3.0.0" (Kotlin DSL) -> :3.0.1" :3.0.0' (Groovy DSL) -> :3.0.1' `3.0.0` (the "Replace `X` with..." hint) -> `3.0.1` Touched 10 files (README + docs/getting-started/installation + docs/guides/ {jpa,mybatis,r2dbc}-backend, each en + ko). CHANGELOG entries unchanged (historical records).
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.
Follow-up to #4 (v3.0.1 HTTP-client fixes). Updates every copy-paste install snippet on README + docs site so users land on the fixed version. Historical prose preserved.
10 files: README.{md,ko.md} + docs/getting-started/installation.{md,ko.md} + docs/guides/{jpa,mybatis,r2dbc}-backend.{md,ko.md}
Patterns:
<version>3.0.0</version>→ 3.0.1;:3.0.0(Kotlin/Groovy DSL) → :3.0.1;\hint →\Kept as-is: 'v3.0.0 splits the starter...' and 'v3.0.0 promise' historical prose; changelog anchor labels.
Unblocks the v3.0.1 tag push. devslab-examples PR #62 will bump :3.0.0 → :3.0.1 as a follow-up.