From f5505326db574442b02726a5f6ba79ede6c1a325 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 22 Oct 2023 10:09:28 +0200 Subject: 1.14.5 --- CHANGES | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f66973e..5738a73 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.14.5 +- Add sync --no-vcs in bash completion + * 1.14.4 - Add sync --no-vcs diff --git a/Makefile b/Makefile index 9d05aa7..feb1185 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.4 +VERSION = 1.14.5 .PHONY: all $(DIRS) clean clean: -- cgit v1.2.1