Skip to content

Commit

Permalink
Merge pull request #319 from invopop/gobl-0.82
Browse files Browse the repository at this point in the history
Release 0.82.0
  • Loading branch information
samlown authored Jul 19, 2024
2 parents 80a60c0 + e4049dd commit 8626b79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to GOBL will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). See also the [GOBL versions](https://docs.gobl.org/overview/versions) documentation site for more details.

## [vX.XX.X] - XXXX-XX-XX
## [v0.82.0] - 2024-07-29

### Added

Expand Down
9 changes: 9 additions & 0 deletions data/regimes/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@
}
}
],
"identity_keys": [
{
"key": "de-tax-number",
"name": {
"de": "Steuernummer",
"en": "Tax Number"
}
}
],
"scenarios": [
{
"schema": "bill/invoice",
Expand Down
2 changes: 1 addition & 1 deletion data/schemas/cbc/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "string",
"maxLength": 24,
"minLength": 1,
"pattern": "^[A-Z0-9]+([\\.\\-]?[A-Z0-9]+)*$",
"pattern": "^[A-Z0-9]+([\\.\\-\\/]?[A-Z0-9]+)*$",
"title": "Code",
"description": "Alphanumerical text identifier with upper-case letters, no whitespace, nor symbols."
}
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.81.0"
const VERSION Version = "v0.82.0"

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

0 comments on commit 8626b79

Please sign in to comment.