chore(release): cut 0.2.0 (OpenAPI / Swagger UI)#49
Merged
Conversation
Prepare the 0.2.0 release (adds OpenAPI / Swagger UI auto-configuration, #48). - CHANGELOG(.ko): promote the Unreleased OpenAPI entry to [0.2.0] — 2026-06-02. - README(.ko): bump the install snippet to 0.2.0. - docs/getting-started/installation(.ko): bump the dependency coordinates to 0.2.0 and refresh the pre-1.0 note (0.1.0 is published now — "build from source to try unreleased changes" rather than "until 0.1.0 is published"). Historical/context mentions of 0.1.0 (the [0.1.0] changelog heading, "publishes from 0.1.0 onward", roadmap) are left as-is. gradle.properties stays at -SNAPSHOT; release.yml injects the tag version via -PVERSION (sibling pattern).
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 / 무엇
Cuts the 0.2.0 release. 0.2.0 adds OpenAPI / Swagger UI auto-configuration (#48) on top of 0.1.0.
0.2.0 릴리스 준비. 0.2.0은 0.1.0 위에 OpenAPI / Swagger UI 자동 구성(#48)을 추가.
Changes / 변경
[0.2.0] — 2026-06-02.0.2.0.0.2.0; refresh the pre-1.0 note (0.1.0 is published now, so "build from source to try unreleased changes" rather than "until 0.1.0 is published").Historical/context
0.1.0mentions (the[0.1.0]changelog heading, "publishes from 0.1.0 onward", roadmap) are intentionally left.gradle.propertiesstays at-SNAPSHOT;release.ymlinjects the tag version via-PVERSION(sibling pattern).Release flow / 릴리스 흐름
Merge this → sync
main→ verify build green → pushv0.2.0tag →release.ymlpublishes all modules to Maven Central + opens the GitHub Release.Verification / 검증
mkdocs build --strictclean. The 0.2.0 feature itself (OpenAPI) was already verified green in #48 (full build, 44 tests, real-HTTP OpenAPI integration tests). This PR is docs/version-metadata only.