Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 63c5429

Browse files
committed
Version bump to v3.0.0
1 parent f0eb9ef commit 63c5429

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ application_python Cookbok CHANGELOG
33
This file is used to list changes made in each version of the application_python cookbook.
44

55

6+
v3.0.0
7+
------
8+
### Bug
9+
- **[COOK-2212](https://tickets.opscode.com/browse/COOK-2212)** - autostart when server reboots
10+
- **[COOK-3432](https://tickets.opscode.com/browse/COOK-3432)** - Use `Chef::DSL::IncludeRecipe` because `Chef::Mixin::LanguageIncludeRecipe` is deprecated
11+
12+
v2.0.4
13+
------
14+
- Revery changes that broke backwards compatability
15+
616
v2.0.2
717
------
18+
**This release did not follow semver and was reverted in 2.0.4!**
19+
820
### Bug
921
- **[COOK-3432](https://tickets.opscode.com/browse/COOK-3432)** - Use `Chef::DSL::IncludeRecipe` because `Chef::Mixin::LanguageIncludeRecipe` is deprecated
1022

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Deploys and configures Python-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "2.0.3"
7+
version "3.0.0"
88

99
%w{ python gunicorn supervisor }.each do |cb|
1010
depends cb

0 commit comments

Comments
 (0)