Releases: sassoftware/viya4-orders-cli
Releases · sassoftware/viya4-orders-cli
1.6.0 - February 24, 2023
Summary:
Dependency updates:
- spf13/viper
- oauth2
- net
1.5.0 - January 10, 2023
Summary:
- Go update (1.17 -> 1.19)
- Dependency updates
- Viper
- Cobra
- Updates to Copyright dates
1.4.0 - July 18, 2022
Summary:
- Dependency updates
1.3.0 - April 29, 2022
Summary:
- Dependency updates
1.2.0 - January 13, 2022
Summary:
- Go update (1.16 -> 1.17)
- Dependency updates
1.1.2 - July 6, 2021
Summary: Dependency updates
1.1.1 - June 29, 2021
Summary: Minor adjustments
- add .gitignore
- minor correction in README
- make usageError() use rootCmd.Usage() instead of rootCmd.Help(), plus exit afterwards
- dependency updates
1.1.0 - June 21, 2021
Summary: Minor adjustments
Issues addressed:
- update go from 1.13 to 1.16
- change formatter to gofumpt
- incorporate dependabot
- Dockerfile - incorporate version (via build args) into Docker image
- small update to README to make clear the circumstances under which git and go are required
1.0.0 - November 16, 2020
Summary: Initial public release
Issues Addressed:
- incorporate golint-ci
- add godoc
- use gofmt
- use oauth2 client credentials package for getting Bearer token instead of net/http
- set instead of add http request headers
0.2.0 - October 23, 2020
- Summary:
Patch to early access release. - Issues Addressed:
Makefile improvements, better error handling (#2), README updates.