Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
### unreleased

* Add note in README that cron is generated with the current user. [Raquel Queiroz]

* Set the environment for cron jobs based off the currently set RAILS_ENV env variable. If RAILS_ENV is not set it defaults to production
### 1.1.0 / Nov 21, 2025

* Splat whenever_roles when passing to roles https://github.com/javan/whenever/pull/777

* Update README.md https://github.com/javan/whenever/pull/785

* Clarify in README that tasks are run in parallel https://github.com/javan/whenever/pull/787

* Add note in README that cron is generated with the current user. [Raquel Queiroz] https://github.com/javan/whenever/pull/788

* Clarify options and warn about overwriting https://github.com/javan/whenever/pull/791

* Set the environment for cron jobs based off the currently set RAILS_ENV env variable. If RAILS_ENV is not set it defaults to production https://github.com/javan/whenever/pull/832

* [CHORE] DX: easify getting started contributing https://github.com/javan/whenever/pull/846

* CI: Replace travis-ci by Github-Actions https://github.com/javan/whenever/pull/847

* Added capability for updating cron without cmd https://github.com/javan/whenever/pull/515

* CI: Add Ruby 2.7-3.4 to the CI matrix https://github.com/javan/whenever/pull/858

* CI: Add dependabot config for bundler / github-actions https://github.com/javan/whenever/pull/862

* Handle crontab output to prevent SIGPIPE when running on CentOS Stream 10 https://github.com/javan/whenever/pull/861

* CI: Bump actions/checkout from 4 to 5 https://github.com/javan/whenever/pull/863

* Fix typo In test https://github.com/javan/whenever/pull/851

* Add changelog_uri to metadata to easily link from rubygems.org https://github.com/javan/whenever/pull/786

* Update gemspec format to match Bundler v3.x gemspec template https://github.com/javan/whenever/pull/864

* Add to require `whenever/version` https://github.com/javan/whenever/pull/865

### 1.0.0 / Jun 13, 2019

Expand Down
2 changes: 1 addition & 1 deletion lib/whenever/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Whenever
VERSION = '1.0.0'
VERSION = '1.1.0'
end
Loading