From 497951ccf8d559390dc53d000f56ffe17e5b7c1b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Feb 2026 05:07:58 +0000 Subject: [PATCH 1/3] =?UTF-8?q?MapSy-BE=20=EB=B2=84=EC=A0=84=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20:=20docs=20:=20v0.1.28=20README=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=A0=95=EB=B3=B4=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066bff5..c331668 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -## 최신 버전 : v0.1.26 (2026-02-23) +## 최신 버전 : v0.1.28 (2026-02-23) [전체 버전 기록 보기](CHANGELOG.md) From c1f38320cac83b4774675bf54fdd9e58a5713e53 Mon Sep 17 00:00:00 2001 From: SUH SAECHAN Date: Mon, 23 Feb 2026 14:13:52 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=ED=8F=B4=EB=8D=94=20CRUD=20=EB=B0=8F=20?= =?UTF-8?q?=ED=8F=B4=EB=8D=94-=EC=9E=A5=EC=86=8C=20=EA=B4=80=EB=A6=AC=20AP?= =?UTF-8?q?I=20=EA=B5=AC=ED=98=84=20=ED=95=84=EC=9A=94=20:=20fix=20:=20MS-?= =?UTF-8?q?Auth=20=EB=AA=A8=EB=93=88=EC=97=90=20MS-Place=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80=20(=EB=B9=8C=EB=93=9C?= =?UTF-8?q?=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95)=20https://github.co?= =?UTF-8?q?m/MapSee-Lab/MapSy-BE/issues/26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AuthService에서 FolderService(MS-Place)를 사용하므로 MS-Auth build.gradle에 MS-Place 의존성 추가 Co-Authored-By: Claude Opus 4.6 --- MS-Auth/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/MS-Auth/build.gradle b/MS-Auth/build.gradle index 502570f..1dd0ec0 100644 --- a/MS-Auth/build.gradle +++ b/MS-Auth/build.gradle @@ -16,4 +16,5 @@ jar { dependencies { api project(':MS-Common') api project(':MS-Member') + api project(':MS-Place') } From d3fe91c813bd62452d8784e29d9b93f767cae813 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Feb 2026 05:22:52 +0000 Subject: [PATCH 3/3] =?UTF-8?q?MapSy-BE=20=EB=B2=84=EC=A0=84=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EA=B4=80=EB=A6=AC:=20chore:=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=200.1.29=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- version.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 38b1cab..b23d6d7 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ bootJar { allprojects { group = 'kr.suhsaechan.mapsy' - version = '0.1.28' + version = '0.1.29' repositories { mavenCentral() diff --git a/version.yml b/version.yml index 4f21ba5..0e0b2b5 100644 --- a/version.yml +++ b/version.yml @@ -33,11 +33,11 @@ # - project_type은 최초 설정 후 변경하지 마세요 # - 버전은 항상 높은 버전으로 자동 동기화됩니다 # =================================================================== -version: "0.1.28" -version_code: 32 # app build number +version: "0.1.29" +version_code: 33 # app build number project_type: "spring" # spring, flutter, next, react, react-native, react-native-expo, node, python, basic metadata: - last_updated: "2026-02-23 05:07:22" + last_updated: "2026-02-23 05:22:52" last_updated_by: "Cassiiopeia" default_branch: "main" integrated_from: "SUH-DEVOPS-TEMPLATE"