# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] - ReleaseDate ## [0.4.1] - 2024-09-09 - `git submodule status` may be slow: run it only once - setup mergify - display a warning on closed PRs ## [0.4.0] - 2024-08-28 - git add / commit submodule changes - run a test script if it exists - fix push arg ## [0.3.2] - 2024-08-28 - fix project name ## [0.3.1] - 2024-08-28 - fix cargo release & changelog ## [0.3.0] - 2024-08-28 - push is an arg for bash, not rust - fix changelog - fix cargo release ## [0.1.0] - 2024-08-27 - Initial project creation [0.1.0]: https://github.com/nim65s/fork-manager/releases/tag/v0.1.0 [0.3.0]: https://github.com/nim65s/fork-manager/compare/v0.1.0...v0.3.0 [0.3.1]: https://github.com/nim65s/fork-manager/compare/v0.3.0...v0.3.1 [0.3.2]: https://github.com/nim65s/fork-manager/compare/v0.3.1...v0.3.2 [0.4.0]: https://github.com/nim65s/fork-manager/compare/v0.3.2...v0.4.0 [0.4.1]: https://github.com/nim65s/fork-manager/compare/v0.4.0...v0.4.1 [unreleased]: https://github.com/nim65s/fork-manager/compare/v0.4.1...HEAD