diff --git a/.cz.yaml b/.cz.yaml index 48355f0..70803b1 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -9,7 +9,7 @@ commitizen: template: .cz.changelog.md.j2 update_changelog_on_bump: true use_shortcuts: true - version: 0.1.5 + version: 0.1.6 version_files: - cmd/root.go version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d723a..9354dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.1.6 (2024-05-14) + +### Fix + +- **deps**: bump github.com/jedib0t/go-pretty/v6 from 6.5.8 to 6.5.9 +- **deps**: bump golang.org/x/text from 0.14.0 to 0.15.0 + ## v0.1.5 (2024-04-30) ### Fix diff --git a/cmd/root.go b/cmd/root.go index 35e898c..cfbfb78 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -178,7 +178,7 @@ var subnetMaskBits int // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "subnetCalc ", - Version: "v0.1.5", + Version: "v0.1.6", Short: "calculate subnet", Long: `subnetCalc is a CLI application to calculate subnets when given an IP address and a subnet mask in CIDR notation. It will return the requested network, host address range, broadcast address, subnet mask, maximum number of subnets, and