Commit graph

8 commits

Author SHA1 Message Date
dd9490bb3b feat: bump version to v0.0.6 2024-10-30 11:29:47 +01:00
2d2ea6ff78 feat: bump version to v0.0.5 2024-10-30 08:11:54 +01:00
d0b1260f62 doc: add and improve comments 2024-10-30 07:39:30 +01:00
f0d7dc80fc feat: update protocol version handling
- add ProtocolVersion variable to metadata package
- don't set `ServerMessage.ProtocolVersion` in `main`
- update `ServerMessage` default to include ProtocolVersion

🤖
2024-10-29 11:05:44 +01:00
f8ab1375d1 chore: bump version to v0.0.4 2024-10-29 11:05:30 +01:00
06633ff438 feat: bump version to v0.0.3 2024-10-26 00:15:02 +02:00
d256235c1b feat: bump version to v0.0.2 2024-10-24 22:49:40 +02:00
232fe409cb feat: add version and protocol version
- define GoTomatoVersion constant for versioning
- add protocol version field to all server messages
- add `-version` cli parameter
- update README

🤖
2024-10-23 21:28:35 +02:00