Fix postcommit callbacks being skipped (#1132)

This commit is contained in:
boatbomber
2025-10-14 12:13:59 -07:00
committed by GitHub
parent 441c469966
commit cd78f5c02c
3 changed files with 34 additions and 51 deletions

View File

@@ -1,5 +1,11 @@
# Rojo Changelog
## Unreleased
* Fixed a bug where the last sync timestamp was not updating correctly in the plugin ([#1132])
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
## 7.6.0 - October 10th, 2025
* Added flag to `rojo init` to skip initializing a git repository ([#1122])
* Added fallback method for when an Instance can't be synced through normal means ([#1030])