Skip to content

Commit

Permalink
Merge pull request #72 from webability-go/late-night
Browse files Browse the repository at this point in the history
patch v2.1.5
  • Loading branch information
metalwolf committed May 17, 2023
2 parents d8798a1 + 4d39989 commit cf54416
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -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
4 changes: 4 additions & 0 deletions v2/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Expand Up @@ -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
2 changes: 1 addition & 1 deletion v2/xcore.go
Expand Up @@ -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.
Expand Down

0 comments on commit cf54416

Please sign in to comment.