Skip to content

Releases: bschaatsbergen/cidr

v0.1.4

09 Sep 21:54
7edfd39
Compare
Choose a tag to compare

Changelog

  • 04560ae Add various shield.io badges
  • 7a01da6 fix goreleaser description

v0.1.3

09 Sep 21:43
ab4dc8d
Compare
Choose a tag to compare

Changelog

v0.1.2

09 Sep 21:22
Compare
Choose a tag to compare

Changelog

  • 562543f Improve overlaps logging
  • c489dce Improve logging on contains
  • d6a6870 Remove the --out flag as it's currently not in use
  • 8993bd7 improve count logging
  • 2b9783f replace logrus with fmt

v0.1.1

09 Sep 17:37
0f606f6
Compare
Choose a tag to compare

Changelog

  • f4e8c26 Change cidr description
  • 4e5e10e Change action name to Release
  • 70eb63a Change release badge to match default branch
  • a0f9042 Fix binary href in readme
  • ee36806 Update README.md
  • 2459f91 Update the description of the subcommands to be more precise

v0.1.0

09 Sep 09:05
3ec4599
Compare
Choose a tag to compare

Changelog

  • aca2c33 Add codesql, stale and go workflow
  • ca2c70e Add flagstore and utils
  • b277f42 Add goreleaser
  • ca71362 Add output flag to write host addresses
  • 216b7ff Add release badge
  • 74b7f9c Bump CodeQL to v2 as per deprecation warning
  • 7ce5765 Bump go version to 1.19.x
  • ae9831a Create count.go
  • d19dc6b Create overlap.go
  • 2d25fbe Disable cobra auto complete
  • a195ee4 Implement count logic and rearrange everything under a pkg dir
  • 3a5f4ea Implement new subcommand - contains
  • cfafcee Implement overlaps
  • 340a329 Initial Cobra gen
  • c80a62a Initial commit
  • 02518a7 Make params more clear
  • 13a25db Remove OutputFile
  • 9fe324c Remove contains function and touch up ConfigureLogLevel doc
  • b89f345 Restrict contain args to only 2
  • 5ec1c4c Restrict count args to only 1
  • 29f6696 Throw a more generic error log if the cidr range isn't provided nor valid
  • 2d4347a Tidy up count param and var naming
  • 9277b85 Tidy up naming in contains subcommand
  • a9eb4f8 Tidy up overlaps param and var naming
  • ce4c7e9 Trigger CodeQL on push and pr
  • 9727a2e Update README.md
  • 18de31e Use semver version tags to release
  • 6f7a1d1 remove cidr range from count output
  • f991a60 remove whiteline and rename main to `count