From 96764ef651a7c9fe647e537ae2e0ca0b2f5dfd4e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 22 Aug 2023 07:55:46 +0200 Subject: [PATCH] Version 0.2.0 --- Makefile | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 607960e..d4acb70 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.1.2 +PROGRAM_VERSION=0.2.0 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 276c2f8..646a2b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +thalos (0.2.0) bionic focal jammy; urgency=medium + + * Update to use antelope-ship-client v0.2.5 + * Adding benchmark and architecture documentation + * Improved install documentation + * Documentation is now hosted in a dedicated repo and published as a website. + * Redis: Adding User field to config. + * ABI Cache: use `::` as separator for redis keys. + * ABI Cache: `thalos::cache` is now used as hardcoded prefix for redis keys. + * ABI Cache: chain id is now used as id for redis keys instead of config field. + * Config: `CacheID` removed from `RedisConfig` + * Telegram notification are now optional. + * Fix a bug where the reader restarted from initial block number when reconnecting after connection loss. + + -- Henrik Hautakoski Tue, 22 Aug 2023 07:32:08 +0200 + thalos (0.1.2) bionic focal jammy; urgency=medium * API: Adding receipt to ActionTrace.