Added - Add `gdbundle_list` command to LLDB - Add Dockerfile, Tox, and Conda based testing on PR's and master branch
0.0.3
Added - Get LLDB `gdbundle.init()` working again - Add `url` and `homepage` to `pyproject.toml`
Changed - Rename `commands.py` to `commands_gdb.py` since it only contains GDB commands for now.
0.0.2
Added - Prettier printing of `gdbundle list` command - Added `load_module` to allow users to explicitly load a gdbundle plugin that doesn't being with `gdbundle_`
Changed - Updated README.md to match the announcement post