Skip to content

Commit

Permalink
patch v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metalwolf committed May 17, 2023
1 parent 19a145b commit 4d39989
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 4d39989

Please sign in to comment.