Chore: 0.4.0 릴리스를 준비한다 - #114
Merged
Merged
Conversation
`0.3.0` 이후 다섯 개가 쌓였고 아무도 받을 수 없는 상태다. 그중 하나는 Fixed 라 `@DataJpaTest` 를 쓰는 사람은 지금 받는 버전에서 조용히 아무것도 안 된다. 공개 API 를 더했으므로 semver 로 마이너다. `0.4.0` 이다. CHANGELOG 의 Unreleased 를 내리면서 절을 하나씩으로 합쳤다. Added 가 두 덩어리로 갈려 있었고, 읽는 사람이 켜는 순서(전역 N+1, 그 구성 경고, 다른 스레드)로 정렬했다. 설치 좌표를 README 두 벌에서 올렸고, CLAUDE.md 의 좌표와 프로퍼티 예시 버전도 함께 고쳤다. 같은 사실이 네 자리에 있어 하나만 고치면 낡는다. 지원 버전 셋(3.0.0, 3.5.16, 4.1.0)을 로컬에서 빌드하고 소비자 스모크도 돌렸다. Co-Authored-By: Claude Opus 5 (1M context) <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.
Pull Request
Related Issue
Summary
0.4.0을 낼 준비다. 버전, CHANGELOG, 설치 좌표를 맞췄다.Details
왜 지금 내나
0.3.0이후 다섯 개가 쌓였고 아무도 받을 수 없다.Fixed 하나가 급하다.
@DataJpaTest를 쓰는 사람은 지금 Central 에 있는 버전에서 조용히 아무것도 안 된다. 어서션을 적으면No query was recorded를 보고, 자기 설정을 의심한다.공개 API 를 더했으므로 semver 로 마이너다.
무엇을 고쳤나
build.gradleversion을0.4.0으로CHANGELOG.md[0.4.0] - 2026-08-19로 내리고 절을 하나씩으로 합쳤다README.md,README.ko.mdCLAUDE.mdCHANGELOG 의 Added 가 두 덩어리로 갈려 있었다. 하나로 합치면서 읽는 사람이 켜는 순서로 정렬했다. 전역 N+1, 그것을 켰는데 카운팅을 안 켠 구성 경고, 다른 스레드다.
버전 문자열이 네 자리에 있어 하나만 고치면 낡는다. 넷을 함께 고쳤다.
확인
gradlew properties의version이0.4.0머지 뒤에 남는 일
CLAUDE.md의 릴리스 절차대로 사람이 해야 하는 것들이다.v0.4.0과 GitHub 릴리스 만들기. 제목은 태그와 정확히 같게release.yml이 자동으로 돌아 서명한 아티팩트를 Central 에 올린다. 태그와build.gradle의version이 다르면 여기서 멈춘다verify-release.yml을 태그를 넣어 수동 실행