Skip to content

Commit 191f47a

Browse files
authored
Merge pull request #310 from invopop/release-0.80
Release 0.80.0
2 parents 31cc83a + f385352 commit 191f47a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ All notable changes to GOBL will be documented in this file.
44

55
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.
66

7-
## [vX.XX.X] - XXXX-XX-XX
7+
## [v0.80.0] - 2024-06-27
88

99
### Added
1010

11-
- `num.Amount` - added `RescaleDown` method, that helps reduce accuracy from a number if higher.
12-
- `num.Amount` - added `RescaleRange` method, ensures that the exponent is within a specific range.
11+
- `num.Amount` - `RescaleDown` method, that helps reduce accuracy from a number if higher.
12+
- `num.Amount` - `RescaleRange` method, ensures that the exponent is within a specific range.
1313
- Greece tax regime
14+
- `tax.Combo` - regime specific calculations now supported.
1415

1516
## [v0.79.3] - 2024-06-18
1617

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
type Version string
99

1010
// VERSION is the current version of the GOBL library.
11-
const VERSION Version = "v0.79.3"
11+
const VERSION Version = "v0.80.0"
1212

1313
// Semver parses and returns semver
1414
func (v Version) Semver() *semver.Version {

0 commit comments

Comments
 (0)