CHANGELOG.md in sidekiq-cron-1.10.1 vs CHANGELOG.md in sidekiq-cron-1.11.0
- old
+ new
@@ -1,12 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.0
+
+- Differentiates b/w "schedule" vs "dynamic" jobs (https://github.com/sidekiq-cron/sidekiq-cron/pull/431)
+- Clears scheduled jobs upon schedule load (https://github.com/sidekiq-cron/sidekiq-cron/pull/431)
+- Reduce gem size by excluding test files (https://github.com/sidekiq-cron/sidekiq-cron/pull/414)
+
## 1.10.1
-- use `hset` instead of deprecated `hmset` (https://github.com/sidekiq-cron/sidekiq-cron/pull/410)
+- Use `hset` instead of deprecated `hmset` (https://github.com/sidekiq-cron/sidekiq-cron/pull/410)
## 1.10.0
- Remove EOL Ruby 2.6 support (https://github.com/sidekiq-cron/sidekiq-cron/pull/399)
- Add a logo for the project! (https://github.com/sidekiq-cron/sidekiq-cron/pull/402)
@@ -57,10 +63,10 @@
- Add portuguese translations (https://github.com/sidekiq-cron/sidekiq-cron/pull/332)
## 1.4.0
- Fix buttons order in job show view (https://github.com/sidekiq-cron/sidekiq-cron/pull/302)
-- Dark Mode support in UI (https://github.com/sidekiq-cron/sidekiq-cron/pull/317/282)
+- Dark Mode support in UI (https://github.com/sidekiq-cron/sidekiq-cron/pull/282)
- Remove invocation of deprecated Redis functionality (https://github.com/sidekiq-cron/sidekiq-cron/pull/318)
- Internal code cleanup (https://github.com/sidekiq-cron/sidekiq-cron/pull/317)
- Optimize gem size (https://github.com/sidekiq-cron/sidekiq-cron/pull/322)
- Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ (https://github.com/sidekiq-cron/sidekiq-cron/pull/321)
- Documentation updates