Skip to content

Commit 6791bcb

Browse files
committed
chore: Bump version to 3.2.0
- Update version constant - Add changelog entry for harmonization with capistrano-puma
1 parent 73da674 commit 6791bcb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/seuros/capistrano-sidekiq/compare/v3.1.0...master)
3+
## [Unreleased](https://github.com/seuros/capistrano-sidekiq/compare/v3.2.0...master)
4+
5+
## [3.2.0](https://github.com/seuros/capistrano-sidekiq/compare/v3.1.0...v3.2.0) - 2025-06-22
6+
7+
### Changed
8+
- Harmonized interface with capistrano-puma for better ecosystem consistency
9+
- Aligned configuration variable naming patterns
10+
- Unified systemd command execution methods
11+
- Standardized template search order across both gems
12+
- Added documentation reference to example application
413

514
## [3.1.0](https://github.com/seuros/capistrano-sidekiq/compare/v3.0.0...v3.1.0) - 2025-06-22
615

lib/capistrano/sidekiq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Capistrano
4-
SIDEKIQ_VERSION = '3.1.0'
4+
SIDEKIQ_VERSION = '3.2.0'
55
end

0 commit comments

Comments
 (0)