File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.6.0
2
+ - Enhancement: block on startup while attempting first load https://github.com/kyleaa/libcluster_ec2/pull/20
3
+ - Enhancement: allow optional disable of debug logging https://github.com/kyleaa/libcluster_ec2/pull/21/files
4
+
1
5
v0.5.0
2
6
- Enhancement: add ability to configure ip_to_nodename function. https://github.com/kyleaa/libcluster_ec2/pull/17
7
+
3
8
v0.4.2
4
9
- Bug fix: correct public IP address detection with tags strategy https://github.com/kyleaa/libcluster_ec2/pull/16
5
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ClusterEC2.Mixfile do
4
4
def project do
5
5
[
6
6
app: :libcluster_ec2 ,
7
- version: "0.5 .0" ,
7
+ version: "0.6 .0" ,
8
8
elixir: "~> 1.4" ,
9
9
name: "libcluster_ec2" ,
10
10
source_url: "https://github.com/kyleaa/libcluster_ec2" ,
You can’t perform that action at this time.
0 commit comments