benzino77 / clamav-rest-api

ClamAV REST API. Scan files using simple POST request.
MIT License
105 stars 37 forks source link

Changelog available #59

Open huggymann opened 2 weeks ago

huggymann commented 2 weeks ago

Hello, do you have any changelog? I cannot find version history or changelog.

benzino77 commented 1 week ago

Unfortunately no, but your question makes me think that something like changelog or releases would be more than useful. I will introduce something.

benzino77 commented 1 week ago

For now I've created tags which can be use to compare particular versions: For example to compare v1.4.0 to v1.2.0 you can use this link: https://github.com/benzino77/clamav-rest-api/compare/v1.2.0...v1.4.0

I will probably also create GH releases with generated description so one could use also use information from there. At the end I will also probably create a form of CHANGELOG.md file with all that inmformation.