The [v0.0.3](https://github.com/OpenBagTwo/gsb/milestone/5) release of `gsb` is still a long way off, however this beta version is being released to make it easier for brave testers to try out the new backup deletion and squashing functionality added in #33 and 41, as well as some bugfixes (46) and QoL changes (45). To participate in the GSB beta, run `pip install --upgrade --pre gsb`. As always, proceed with caution.
What's Changed
* Backup Deletion by OpenBagTwo in https://github.com/OpenBagTwo/gsb/pull/33
* Add py.typed to the gsb package by OpenBagTwo in https://github.com/OpenBagTwo/gsb/pull/39
* Allow gsb backup to combine with previous backups by OpenBagTwo in https://github.com/OpenBagTwo/gsb/pull/41
* Always include most recent revision in gsb history and rewind by OpenBagTwo in https://github.com/OpenBagTwo/gsb/pull/45
* Prevent tag conflicts on gsb rewinds by OpenBagTwo in https://github.com/OpenBagTwo/gsb/pull/46
**Full Changelog**: https://github.com/OpenBagTwo/gsb/compare/v0.0.2...v0.0.3-beta1