v3 | Package Splitup
Breaking Release
This release splits up the project into plavatar (this repository) and plavatar-rest (https://github.com/JonasDoesThings/plavatar-rest).
Plavatar is now usable as a normal local golang library. The rest microservice still lives and is maintained, but moved to the other repository.
The up-to-date plavatar-rest docker image can be found here: https://github.com/JonasDoesThings/plavatar-rest/pkgs/container/plavatar-rest
The plavatar-rest docker image now is named (ghcr.io)/jonasdoesthings/plavatar-rest
To install the library, run go get github.com/jonasdoesthings/plavatar/v3
Full Changelog: v2.0.0...v3.0.1