v0.3.0
Add a fix to work with the Raft library even though we require monotonically increasing indexes but the Raft library previously relied on "gaps" being left on snapshot restore.
Also fix how we handle the first log not being index 1 since it worked at WAL level but was not properly supported by the segment
package.
See #24