Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

21.2.1 (2022-07-27)

Bug Fixes

  • makefile: go workspace 사용 시 하위 패키지를 ./...으로 찾지 못하는 버그 수정 (62fcc32)

21.2.0 (2022-03-17)

Features

  • apply multi-module (go1.18) (c86b835)

21.1.1 (2021-12-05)

Bug Fixes

  • todo: insert, fetch, update 결과 처리 방식 변경 (b29a92a)

21.1.0 (2021-12-04)

Features

  • changelog: 버전 자동관리 추가 (9aea966)
  • config, cmd, docs 추가 (b510101)
  • database: database 연동 (f2732e2)
  • database: 개발환경 시 sql logger 추가 (9e92386)
  • delivery: add web server, move cmd (a0922d7)
  • docker: 컨테이너 빌드 추가 (4d3e5a5)
  • repository: add mysql repository (gorm) (c43ac38)
  • repository: debug 모드인 경우 sqlite로 실행 (0937f65)
  • web: todo crud 구현 (bd7d4bc)

Bug Fixes

  • repository: mysql -> dbms (61e2a70)