Skip to content

Commit

Permalink
bump version to alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh committed Mar 2, 2018
1 parent 1266ce7 commit 58583e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED] - 0000-00-00

## [1.0.0-alpha.11] - 2018-03-02
### Added
- Supported --build-args while building containers from Dockerfile
- Procfile to manage multiple processes in an app
- Process Management API
- Supporting nginx-ingress controller on AWS based stack
- Supporting interactive command (`datacol run rails c`)
- Support for Local cloud provider based on minikube
- Domains for an App
2 changes: 1 addition & 1 deletion cmd/stdcli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
)

func init() {
Version = "1.0.0-alpha.10"
Version = "1.0.0-alpha.11"
LocalAppDir = ".dtcol"
Binary = filepath.Base(os.Args[0])
Commands = []cli.Command{}
Expand Down
2 changes: 1 addition & 1 deletion hack/make.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'

$version = ENV.fetch('VERSION', "1.0.0-alpha.10")
$version = ENV.fetch('VERSION', "1.0.0-alpha.11")
$env = ENV.fetch('DATACOL_ENV') # dev or prod

$bin_matrix =
Expand Down

0 comments on commit 58583e2

Please sign in to comment.