# HG changeset patch # User Christophe de Vienne <christophe@cdevienne.info> # Date 1705506422 -3600 # Wed Jan 17 16:47:02 2024 +0100 # Node ID 5e787de1f38f7c73ac0078d0b6d2d01b05b7f1c7 # Parent d10acd2c41b3baa7287526473fb543bec28725cc Prepare release 1.3.3 diff --git a/HISTORY.rst b/HISTORY.rst --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ HISTORY ======= +1.3.3 (2024-01-17) +------------------ + +- minimum golang version is now 1.19 +- update dependencies to match golang && fix vulnerabilities - docker image: drop confd, move the binary in the PATH, build with forced go dns resolve (tag 'netgo'). diff --git a/main.go b/main.go --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ ) // Version of xbus-stdlib -const Version = "1.3.2" +const Version = "1.3.3" func init() { cobra.OnInitialize(initConfig)