Cut 0.1.0-alpha.1#102
Conversation
|
👋 Thanks for assigning @tnull as a reviewer! |
e8fa92e to
a064d1d
Compare
a064d1d to
dbb585c
Compare
tnull
left a comment
There was a problem hiding this comment.
Two minor comments on the changelog, and starting with -alpha.1 is a bit uncommon, otherwise looks good.
| default-members = ["server"] | ||
|
|
||
| [workspace.package] | ||
| version = "0.1.0-alpha.1" |
There was a problem hiding this comment.
nit: -alpha.1 is usually the second alpha release, as -alpha or alpha.0 is usually the first.
|
|
||
| Initial alpha release of the Versioned Storage Service server. | ||
|
|
||
| This release is source-only; no crates.io packages, prebuilt binaries, or Docker images are published. |
There was a problem hiding this comment.
This doesn't belong in a CHANGELOG, especially since package publication would happen after this is merged anyways (and we should publish to crates.io, no?)
|
|
||
| ## Added | ||
|
|
||
| - VSS service implementing VSS protocol version 0. |
There was a problem hiding this comment.
I would keep this more succinct as it's just "what happened so far". For changelog-style entries we'd otherwise want to highling specific features/bugfixes and link to specific PRs for further reference.
No description provided.