increment_proposal_version
Increment a thesis proposal version by duplicating the active version into a new version and recording the changelog to version history.
Instructions
Menduplikasi versi aktif proposal skripsi ke versi baru dan mencatat riwayat perubahan ke version_history.json. Contoh: current_version='v1.0', new_version='v1.1', changelog='Penyelarasan rumusan masalah tunggal'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changelog | Yes | ||
| new_version | Yes | ||
| current_version | Yes |