We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157972a commit 0724fc4Copy full SHA for 0724fc4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.0:
2
+
3
+### Bug
4
5
+- [COOK-3306]: Multiple Memory Leaks in Application Cookbook
6
7
## v1.2.4:
8
9
### Bug
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Deploys and configures Python-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.2.5"
+version "2.0.0"
%w{ python gunicorn supervisor }.each do |cb|
10
depends cb
0 commit comments