v0.5.5
- Upgrade CRoaring to v4.3.11
- Use CRoaring memory hooks to alloc memory by @xin-hedera
- Validate user input from rb_from_bytea and roaringbitmap_in by @andreas(#41,#45,#50)
- Add Github Actions workflow by @andreas
- Add example demonstrating how to build and load the extension for the official postgres docker image by @Valefant