From 4d399893bcd79765ac2b1fc990d16bdbb6c2fad6 Mon Sep 17 00:00:00 2001 From: metalwolf Date: Wed, 17 May 2023 18:30:10 -0500 Subject: [PATCH] patch v2.1.5 --- go.mod | 2 +- v2/README.md | 4 ++++ v2/go.mod | 2 +- v2/xcore.go | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 10880ef..c0f37cf 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/webability-go/xcore go 1.15 -require golang.org/x/text v0.3.5 +require golang.org/x/text v0.3.8 diff --git a/v2/README.md b/v2/README.md index 0041b1b..b82195b 100644 --- a/v2/README.md +++ b/v2/README.md @@ -33,6 +33,10 @@ Some improvements to check, later: Version Changes Control ======================= +v2.1.5 - 2023-05-17 +----------------------- +- Bump golang.org/x/text from 0.3.5 to 0.3.8 for security upgrade + v2.1.4 - 2023-05-17 ----------------------- - Bug corrected on @@ loops subtemplates, the .none template was not reach when the array is set but empty diff --git a/v2/go.mod b/v2/go.mod index 3eb6de3..490acbf 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -2,4 +2,4 @@ module github.com/webability-go/xcore/v2 go 1.15 -require golang.org/x/text v0.3.5 +require golang.org/x/text v0.3.8 diff --git a/v2/xcore.go b/v2/xcore.go index 14ba057..2143e55 100644 --- a/v2/xcore.go +++ b/v2/xcore.go @@ -868,7 +868,7 @@ package xcore // VERSION is the used version nombre of the XCore library. -const VERSION = "2.1.4" +const VERSION = "2.1.5" // LOG is the flag to activate logging on the library. // if LOG is set to TRUE, LOG indicates to the XCore libraries to log a trace of functions called, with most important parameters.