Chore: 0.5.0 릴리스를 준비한다 - #119
Merged
Merged
Conversation
`0.4.0` 이후 넷이 쌓였다. Fixed 둘 중 하나가 `@JdbcTest` 와 `@DataJdbcTest` 라, 그것을 쓰는 사람은 지금 받는 버전에서 조용히 아무것도 안 된다. 수정과 기능이 또 섞였다. ROADMAP 에 "다음에는 순서를 지킨다" 고 적어 둔 자리인데, 그 규칙의 이유가 사용자가 수정만 골라 받게 하려는 것이고 지금은 골라 받을 사용자가 없다. 그래서 하나로 낸다. 사용자가 붙은 뒤부터 나눈다. CHANGELOG 의 Fixed 안에서 슬라이스 수정을 먼저 뒀다. 조용히 안 되던 것이 먼저 읽혀야 한다. 버전 문자열이 네 자리에 있어 함께 고쳤다. build.gradle, README 두 벌, CLAUDE.md 의 좌표와 예시다. 지원 버전 셋을 빌드하고 소비자 스모크도 돌렸다. 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.5.0을 낼 준비다. 버전, CHANGELOG, 설치 좌표를 맞췄다.Details
담기는 것
@JdbcTest와@DataJdbcTest에서 쿼리가 기록되지 않던 것Fixed 하나가 급하다.
0.4.0은 슬라이스 중@DataJpaTest만 덮었다.@JdbcTest를 쓰는 사람은 지금 받는 버전에서 조용히 아무것도 안 된다.수정과 기능을 또 섞었다
ROADMAP.md에 "정확성 수정과 기능 추가가 섞이면 사용자가 수정만 골라 받을 수 없다. 다음에는 순서를 지킨다" 고 적어 둔 자리다.0.4.0도 섞였고 이번에도 섞였다.그 규칙의 이유가 골라 받게 하려는 것이고, 지금은 골라 받을 사용자가 없다. 그래서 하나로 낸다. 나누면 릴리스 절차를 두 번 밟는 비용만 든다. 사용자가 붙은 뒤부터 나누는 것이 실질에 맞다.
무엇을 고쳤나
build.gradleversion을0.5.0으로CHANGELOG.md[0.5.0] - 2026-08-19로 내리고 절을 하나씩으로 합쳤다README.md,README.ko.mdCLAUDE.mdCHANGELOG 의 Fixed 안에서 슬라이스 수정을 먼저 뒀다. 조용히 안 되던 것이 먼저 읽혀야 한다.
버전 문자열이 네 자리에 있어 하나만 고치면 낡는다. 넷을 함께 고쳤다.
확인
gradlew properties의version이0.5.0머지 뒤
태그
v0.5.0과 릴리스를 만들면release.yml이 Central 에 올린다. 포털에서 Publish 를 누른 뒤verify-release.yml을 돌린다.0.4.0때 겪은 전파 지연은 #115 로 고쳐서, 이제 최대 15분까지 기다린다.