Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

60 lines (28 loc) · 2.44 KB

Changelog

0.2.0 (2024-02-17)

Features

  • use newer version of norgopolis client (f8c86ba)

0.1.4 (2024-02-17)

Bug Fixes

  • do not try to autostart the server automatically (0e2bdb0)

0.1.3 (2024-01-03)

Bug Fixes

0.1.2 (2024-01-03)

Bug Fixes

  • ci/luarocks: install protoc before publishing to luarocks (11a577d)

0.1.1 (2024-01-03)

Bug Fixes

  • ci/luarocks: typo in path to template (2d3bebe)

0.1.0 (2024-01-03)

⚠ BREAKING CHANGES

  • change require("norgopolis_client") -> require("norgopolis")

ref

  • change require("norgopolis_client") -> require("norgopolis") (ba8dc3a)

Features

  • add conversion between lua types and msgpack types (excluding userdata) (3cf5bd5)
  • add luarocks workflow (cab8c5a)
  • first working version (19362fd)
  • initial commit (712bd51)

Bug Fixes

  • make new name change work with luarocks build (8c0e3b6)