Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teerapatrk authored Sep 13, 2024
2 parents 8bc12d2 + 2e24874 commit 0c105a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
schaufel (0.11.1) unstable; urgency=low

* debian/control: Updated dependencies from Ubuntu Jammy and Noble

-- Ops <[email protected]> 13 Sep 2024 10:20:00 +0000

schaufel (0.11) unstable; urgency=low

* support for callbacks via metadata (transactional producers) (Closes: #97)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OBJ_BIN_TEST = $(patsubst t/%.c, $(OBJDIR)/%.o, $(TEST_SOURCES))

DOCS = $(patsubst man/%, doc/%.pdf , $(wildcard man/*))

SCHAUFEL_VERSION ?= 0.11
SCHAUFEL_VERSION ?= 0.11.1

ARCH = $(shell uname -m)
OS_ID = $(shell cat /etc/os-release | awk -F= '{if ($$1=="ID") print $$2}')
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_CONFIG_MACRO_DIR(m4)
AC_INIT([schaufel], [0.11], [[email protected]], [https://github.com/adjust/schaufel])
AC_INIT([schaufel], [0.11.1], [[email protected]], [https://github.com/adjust/schaufel])
AM_INIT_AUTOMAKE([subdir-objects])

############################################################
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
libjson-c-dev,
libpq-dev,
librdkafka-dev
Standards-Version: 0.11
Standards-Version: 0.11.1

Package: schaufel
Architecture: any
Expand Down

0 comments on commit 0c105a9

Please sign in to comment.