You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: bump install snippets 3.0.0 → 3.0.1 across README + docs site (#5)
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).
0 commit comments