Skip to content

Commit

Permalink
bump: version 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTRogers committed May 14, 2024
1 parent dd73a9b commit 0960cfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var subnetMaskBits int
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "subnetCalc <CIDR>",
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
Expand Down

0 comments on commit 0960cfa

Please sign in to comment.