We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6abc1 commit 97a8ee7Copy full SHA for 97a8ee7
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## In Development
4
5
+## [1.0.0] - 2026-02-11
6
+
7
- fix: `get --json` was also writing the file to disk instead of only outputting JSON.
8
- new: Comprehensive test suite (28 tests) with testability refactoring of critical functions.
9
- new: Contributing section in README with build, test and cross-compile instructions.
cmd/root.go
@@ -16,7 +16,7 @@ import (
16
"github.com/spf13/viper"
17
)
18
19
-const version = "1.0.0-beta.1"
+const version = "1.0.0"
20
const productName string = "Invoicetronic API"
21
const defaultHost string = "https://api.invoicetronic.com"
22
const apiVersion int = 1
0 commit comments