Fixes
- The save operation now automatically attempts to recover on failure during termination [see [166](https://github.com/skytable/skytable/pull/166)]
- More than one process can no longer concurrently use the same data directory, preventing any possible data corruption [see [169](https://github.com/skytable/skytable/pull/169), [#167](https://github.com/skytable/skytable/issues/167)]
- Fixed longstanding error in `sky-bench` component that caused key collisions
- Fixed bug in `sky-bench` that allowed passing 0 for the inputs
- Fixed handling of SIGTERM in `skyd` [see [178](https://github.com/skytable/skytable/pull/178)]
- Fixed incorrect termination codes [see [178](https://github.com/skytable/skytable/pull/178)]
Additions
- Added the `POP` query [[see 173](https://github.com/skytable/skytable/pull/173)]
- Added stress testing for testing correctness under load [[see 175](https://github.com/skytable/skytable/pull/175)]
Workflow
- Use Makefiles for builds [see [172](https://github.com/skytable/skytable/pull/172), [#174](https://github.com/skytable/skytable/pull/174)]
- Tier-1 Support for ARM64 [see [179](https://github.com/skytable/skytable/pull/179)]