Skip to content

Releases: nvim-neorg/norgopolis-client

v0.6.0

21 Feb 11:53
Compare
Choose a tag to compare

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

17 Feb 17:30
Compare
Choose a tag to compare

0.5.0 (2024-02-17)

Features

  • wait for norgopolis-server's "ready" message (dca541e)

v0.4.0

03 Jan 15:48
Compare
Choose a tag to compare

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

23 Sep 18:17
df96e4d
Compare
Choose a tag to compare

0.3.0 (2023-09-23)

Features

  • add invoke_raw_callback function (ef17e75)

v0.2.1

07 Sep 17:43
c95faa6
Compare
Choose a tag to compare

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

06 Sep 18:41
eed390b
Compare
Choose a tag to compare

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