Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vhyrro committed Jan 3, 2024
1 parent 222d458 commit 17c054e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 17c054e

Please sign in to comment.