52a193353f
feat: bump version to 0.1.1
2024-11-06 20:44:44 +01:00
647ee916ae
feat: bump version to v0.1.0
2024-11-06 20:44:23 +01:00
7aa3aae4e6
fix: drop "v" from version string const
...
- remove "v" prefix from GoTomatoVersion constant
- re-add "v" for for human readable output (`-version`)
- update README
2024-11-05 23:31:24 +01:00
d7b7789051
feat: bump version to v0.0.8
2024-11-04 20:35:01 +01:00
76f3954299
feat: bump version to v0.0.7
2024-11-03 11:19:03 +01:00
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