v0.1.5: fix bug on Windows, fix bug when idle, remove unnecessary FTS sync
1 files changed, 1 insertions(+), 1 deletions(-)

M pyproject.toml
M pyproject.toml +1 -1
@@ 1,6 1,6 @@ 
 [project]
 name = "aiosyslogd"
-version = "0.1.4"
+version = "0.1.5"
 description = "Asynchronous Syslog server using asyncio, with an optional uvloop integration and SQLite backend."
 authors = [
     {name = "Chaiwat Suttipongsakul",email = "cwt@bashell.com"}