CHANGELOG.md in capistrano-passenger-0.2.0 vs CHANGELOG.md in capistrano-passenger-0.2.1

- old
+ new

@@ -1,4 +1,16 @@ +# Not released yet + +# 0.2.1 (5 Apr 2021) +* Made passenger-status use the same Command Map prefixes as passenger and passenger-config. + Even though it's not used in this project by default, it may be useful in some cases, + such as when someone needs to determine the passenger instance ID +* Only run passenger commands from the release_path if passenger is in the Gemfile. + Otherwise, it may be in a gemset that conflicts with a .ruby-gemset file in release_path. + +# 0.2.0 (8 Dec 2015) +* Added support for passenger versions > 5.0.20 + # 0.1.1 (30 June 2015) * Bug fixes: * When detecting passenger version, we account for the fact the the version may not be on the first line of the captured output (@pzgz, capistrano/passenger#20) * When executing the restart command without sudo, we make sure the first argument to execute is still a Symbol so that the command is executed in the appropriate directory (@FooBarWidget, capistrano/passenger#27)