Skip to content

Commit

Permalink
Merge pull request #376 from invopop/release-v0.200
Browse files Browse the repository at this point in the history
Final Release of 0.200.0
  • Loading branch information
samlown authored Sep 26, 2024
2 parents 47fd546 + 561efdc commit 08acd0a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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.

## [v0.200.0-rc]
## [v0.200.0]

Another ~~significant~~ epic release. Introducing "add-ons" which move the normalization and validation rules from Tax Regimes to specific packages that need to be enabled inside a document to be used.

Expand Down
1 change: 0 additions & 1 deletion bill/invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ func (inv Invoice) JSONSchemaExtend(js *jsonschema.Schema) {
js.Extras = map[string]any{
schema.Recommended: []string{
"$regime",
"$addons",
"lines",
},
}
Expand Down
1 change: 0 additions & 1 deletion data/schemas/bill/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@
"description": "Invoice represents a payment claim for goods or services supplied under conditions agreed between the supplier and the customer.",
"recommended": [
"$regime",
"$addons",
"lines"
]
},
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-rc4"
const VERSION Version = "v0.200.0"

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

0 comments on commit 08acd0a

Please sign in to comment.