From 17c054e6b91665740219ffe021eb72fff0ef5432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:55:56 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..66c23ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 0.1.0 (2024-01-03) + + +### ⚠ BREAKING CHANGES + +* change `require("norgopolis_client")` -> `require("norgopolis")` + +### ref + +* change `require("norgopolis_client")` -> `require("norgopolis")` ([ba8dc3a](https://github.com/nvim-neorg/norgopolis-client.lua/commit/ba8dc3ac4399d949b429900fbdcd96c823fc3466)) + + +### Features + +* add conversion between lua types and msgpack types (excluding userdata) ([3cf5bd5](https://github.com/nvim-neorg/norgopolis-client.lua/commit/3cf5bd5e3d283834392fbfb3ed0a210212340a28)) +* add luarocks workflow ([cab8c5a](https://github.com/nvim-neorg/norgopolis-client.lua/commit/cab8c5ac1c1fbbfbdd73bca85c8c7a87f0e348fe)) +* first working version ([19362fd](https://github.com/nvim-neorg/norgopolis-client.lua/commit/19362fdc013a9aa21154ea1fc76157a1d07a59c0)) +* initial commit ([712bd51](https://github.com/nvim-neorg/norgopolis-client.lua/commit/712bd51cd10dba672f602c29b3eb5b0d873a8e16)) + + +### Bug Fixes + +* make new name change work with `luarocks build` ([8c0e3b6](https://github.com/nvim-neorg/norgopolis-client.lua/commit/8c0e3b68de0d76671ce0d9b59b57a94a26b3272c))