Skip to content

Commit

Permalink
Merge pull request #374 from invopop/v0.200.0-rc4
Browse files Browse the repository at this point in the history
Release v0.200.0-rc4
  • Loading branch information
samlown authored Sep 25, 2024
2 parents 85ec924 + ea4c7ed commit c9ee3f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/regimes/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,28 +123,28 @@
],
"identity_keys": [
{
"key": "es-passport",
"key": "passport",
"name": {
"en": "Passport",
"es": "Pasaporte"
}
},
{
"key": "es-foreign-id",
"key": "foreign",
"name": {
"en": "National ID Card or similar from a foreign country",
"es": "Documento oficial de identificación expedido por el país o territorio de residencia"
}
},
{
"key": "es-resident",
"key": "resident",
"name": {
"en": "Residential permit",
"es": "Certificado de residencia"
}
},
{
"key": "es-other",
"key": "other",
"name": {
"en": "An other type of source not listed",
"es": "Otro documento probatorio"
Expand Down
5 changes: 5 additions & 0 deletions data/schemas/org/identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"title": "Label",
"description": "Optional label useful for non-standard identities to give a bit more context."
},
"country": {
"$ref": "https://gobl.org/draft-0/l10n/iso-country-code",
"title": "Country",
"description": "Country from which the identity was issued."
},
"key": {
"$ref": "https://gobl.org/draft-0/cbc/key",
"title": "Key",
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type Version string

// VERSION is the current version of the GOBL library.
const VERSION Version = "v0.200.0-rc3"
const VERSION Version = "v0.200.0-rc4"

// Semver parses and returns semver
func (v Version) Semver() *semver.Version {
Expand Down

0 comments on commit c9ee3f0

Please sign in to comment.