From fa62bc1ec6ce2dc540963d86fbfdfa4941b160fd Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 27 Dec 2025 00:45:54 -0600 Subject: [PATCH] v0.11.2 --- .changes/unreleased/Added-20251226-225147.yaml | 3 --- .changes/v0.11.2.md | 3 +++ CHANGELOG.md | 4 ++++ cmd/version.go | 2 +- go.mod | 1 - go.sum | 2 -- 6 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changes/unreleased/Added-20251226-225147.yaml create mode 100644 .changes/v0.11.2.md diff --git a/.changes/unreleased/Added-20251226-225147.yaml b/.changes/unreleased/Added-20251226-225147.yaml deleted file mode 100644 index 65eeea3..0000000 --- a/.changes/unreleased/Added-20251226-225147.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Upgraded GoCron; web ui viewer for viewing cron jobs -time: 2025-12-26T22:51:47.134097582-06:00 diff --git a/.changes/v0.11.2.md b/.changes/v0.11.2.md new file mode 100644 index 0000000..f83ac1a --- /dev/null +++ b/.changes/v0.11.2.md @@ -0,0 +1,3 @@ +## v0.11.2 - 2025-12-27 +### Added +* Upgraded GoCron; web ui viewer for viewing cron jobs diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3fc9f..729477b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.11.2 - 2025-12-27 +### Added +* Upgraded GoCron; web ui viewer for viewing cron jobs + ## v0.11.1 - 2025-12-08 ### Added * Started integration testing diff --git a/cmd/version.go b/cmd/version.go index 235c9b4..0b114b5 100755 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const versionStr = "0.11.1" +const versionStr = "0.11.2" var ( versionCmd = &cobra.Command{ diff --git a/go.mod b/go.mod index 56df98a..c8149eb 100755 --- a/go.mod +++ b/go.mod @@ -45,7 +45,6 @@ require ( github.com/cenkalti/backoff/v4 v4.3.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/glendc/go-external-ip v0.1.0 // indirect github.com/go-ini/ini v1.67.0 // indirect github.com/go-jose/go-jose/v4 v4.1.1 // indirect github.com/go-viper/mapstructure/v2 v2.3.0 // indirect diff --git a/go.sum b/go.sum index a13d391..1acd7bb 100755 --- a/go.sum +++ b/go.sum @@ -35,8 +35,6 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= -github.com/glendc/go-external-ip v0.1.0 h1:iX3xQ2Q26atAmLTbd++nUce2P5ht5P4uD4V7caSY/xg= -github.com/glendc/go-external-ip v0.1.0/go.mod h1:CNx312s2FLAJoWNdJWZ2Fpf5O4oLsMFwuYviHjS4uJE= github.com/go-co-op/gocron-ui v0.2.0 h1:f4JqnIfgzeWYgJcNT5ukn86mnyewbXswsa1To1XQroc= github.com/go-co-op/gocron-ui v0.2.0/go.mod h1:QvFWbaoVY2fHVzQ3DvYdfFTSz22PaKFtNQuT7rXnj4Y= github.com/go-co-op/gocron/v2 v2.19.0 h1:OKf2y6LXPs/BgBI2fl8PxUpNAI1DA9Mg+hSeGOS38OU=