From 80a5671228e651c6589f688f125e028661c0b039 Mon Sep 17 00:00:00 2001 From: ugol Date: Thu, 25 Jul 2024 00:23:13 +0200 Subject: [PATCH] bumped to 0.3.9 --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- Makefile | 6 ++---- ReleaseNotes.md | 6 ++++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9b9b2f5..6810c73d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang AS builder MAINTAINER Ugo Landini -ARG VERSION=0.3.8 +ARG VERSION=0.3.9 ARG USER=$(id -u -n) ARG TIME=$(date) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 464bd67d..266bfb98 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS builder MAINTAINER Ugo Landini -ARG VERSION=0.3.8 +ARG VERSION=0.3.9 ARG USER=$(id -u -n) ARG TIME=$(date) diff --git a/Makefile b/Makefile index ff8ad003..cc6bdf5b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.3.8 +VERSION=0.3.9 USER=$(shell id -u -n) TIME=$(shell date) @@ -54,6 +54,4 @@ install: install build/jr /usr/local/bin all: hello install-gogen generate compile -all_offline: hello generate compile - - +all_offline: hello generate compile \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ac5143c3..21f6d874 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,9 @@ +v0.3.8 +- moved to librdkafka 2.5.0 +- added inject function +- some templates fixed +- improved emitter default configuration + v0.3.6 - bumped to go 1.22 - fixed several avro schemas