From f99bbec5ff843517b0bd643d767075b7d2c56cec Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 7 Feb 2024 19:31:31 +0100 Subject: [PATCH] Version 1.0.0 --- Makefile | 2 +- debian/changelog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bedf74..d65f3c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GO=go GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION) GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)" PROGRAM=thalos-server -PROGRAM_VERSION=0.3.1 +PROGRAM_VERSION=1.0.0 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 2701dcf..8dee4ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +thalos (1.0.0) bionic focal jammy; urgency=medium + + * Improved code documentation. + * Updated dependancies. + * Small fixes for thalos tools. + + Go API: + + * Rewrite client api to provide a go channel instead of callback functions + * Support Transaction messages + * Support Rollback messages + * Support TableDelta messages + + -- Henrik Hautakoski Wed, 07 Feb 2024 19:32:10 +0100 + thalos (0.3.1) bionic focal jammy; urgency=medium * Bug: fix incorrect log path in debian packages.