Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.11.1 #122

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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