We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb50df commit 00f1898Copy full SHA for 00f1898
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
7
## [vX.XX.X] - 2024-XX-XX
8
9
+## [v0.79.0] - 2024-06-05
10
+
11
### Added
12
13
- ISO 3166-1 alpha-3 codes (and a function to access them) added to the country definitions (`l10n.CountryDef`)
version.go
@@ -8,7 +8,7 @@ import (
type Version string
// VERSION is the current version of the GOBL library.
-const VERSION Version = "v0.78.1"
+const VERSION Version = "v0.79.0"
// Semver parses and returns semver
14
func (v Version) Semver() *semver.Version {
0 commit comments