Skip to content

Commit f467223

Browse files
vrandrkj-makandra
authored andcommitted
release version 1.3.0
1 parent f609110 commit f467223

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.0] - 2025-02-18
2+
### Added
3+
- Add new capistrano task (`opscomplete:supervisor:disable`) which disables supervisor on non-procfile servers
4+
15
## [1.2.0] - 2024-08-23
26
### Changed
37
- Added a feature to restart Puma

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
capistrano-opscomplete (1.2.0)
4+
capistrano-opscomplete (1.3.0)
55
capistrano (>= 3.0, < 4.0.0)
66
rake
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Capistrano
22
module Opscomplete
3-
VERSION = '1.2.0'.freeze
3+
VERSION = '1.3.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)