Releases: nvim-neorg/norgopolis-client
Releases · nvim-neorg/norgopolis-client
v0.6.0
0.6.0 (2024-02-21)
Features
- add documentation, only spawn the norgopolis instance when the target address is local (7e385db)
Bug Fixes
- remove "automatic semver" bit in CI title (8c4faa8)
v0.5.0
0.5.0 (2024-02-17)
Features
- wait for norgopolis-server's "ready" message (dca541e)
v0.4.0
0.4.0 (2023-12-29)
Features
- add ability to spawn the norgopolis server behind feature flag (b9b1ca9)
Bug Fixes
- disable
autostart
feature by default as per rust guidelines (7d58b06)
v0.3.0
0.3.0 (2023-09-23)
Features
- add
invoke_raw_callback
function (ef17e75)
v0.2.1
0.2.1 (2023-09-07)
Bug Fixes
- ci: install protobuf compiler before executing cargo publish (33bc405)
- ci: use
sudo
on apt commands (41f310d)
- update now-outdated
norgopolis-protos
dependency (c71c87d)
v0.2.0
0.2.0 (2023-09-06)
⚠ BREAKING CHANGES
- move the client to a separate repository
Features
- move the client to a separate repository (ce833f4)
Bug Fixes
- expose MessagePack as a type (fd048bf)
- switch to
norgopolis-protos
(0970e96)
Miscellaneous Chores