-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from invopop/release-0.71
Release 0.71
- Loading branch information
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Change Log | ||
|
||
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. | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
|
||
Here we write upgrading notes for brands. It's a team effort to make them as | ||
straightforward as possible. | ||
|
||
### Added | ||
|
||
- [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX) | ||
MINOR Ticket title goes here. | ||
- [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY) | ||
PATCH Ticket title goes here. | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
## [v0.71.0] - 2024-04-08 | ||
|
||
New number formatting support! Expect some possible breaking SDK changes with the `num` packages. No significant schema changes. | ||
|
||
### Added | ||
|
||
- This CHANGELOG.md file (finally!) | ||
- Swiss (CH) tax regime. | ||
- Austrian (AT) tax regime. | ||
- `num` package now provides advanced number formatting. | ||
- `currency` provides "definitions" loaded from JSON with support for formatting. | ||
- Polish (PL) correction and preceding validation. | ||
- Polish (PL) header stamps for QR code. | ||
|
||
### Changed | ||
|
||
- `num` package refactored so that `num.Percentage` is independent from `num.Amount`. | ||
|
||
### Fixed | ||
|
||
- Minor fixes around tax regime definitions. | ||
- [invopop/yaml](https://github.com/invopop/yaml) upgraded. | ||
|
||
## [v0.70.1] - 2024-03-25 | ||
|
||
- Last version before CHANGELOG.md. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters