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

Commit f1df6bc

Browse files
author
Giuseppe Morelli
committed
Merge branch 'release/1.2.3'
2 parents d969088 + 8bac1a9 commit f1df6bc

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# GMdotnet - Vagrant Multi Machine Virtualbox
22

3-
Follow guideline of [Keep a Changelog](http://keepachangelog.com) from 1.11.5
3+
Follow guideline of [Keep a Changelog](http://keepachangelog.com)
4+
Follow guideline of [Semantic Versioning](https://semver.org/)
5+
6+
## [1.2.3]
7+
8+
### Removed
9+
- remove git submodule, problem with implement it in project repository
410

511
## [1.2.2]
612

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![stable version](https://img.shields.io/badge/stable%20version-1.2.2-green.svg?style=flat-square)](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.2.2)
1+
[![stable version](https://img.shields.io/badge/stable%20version-1.2.3-green.svg?style=flat-square)](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.2.3)
22
[![develop](https://img.shields.io/badge/beta%20version-branch%20develop-oran.svg?style=flat-square)](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/tree/develop)
33
[![license](https://img.shields.io/badge/license-OSL--3-blue.svg?style=flat-square)](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/blob/master/LICENSE.txt)
44

@@ -102,6 +102,3 @@ Tab indent: 4 spaces or tab
102102

103103
## Contribution
104104
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).<br />Please create your pull request against the `develop` branch
105-
106-
### Credits
107-
Giuseppe Morelli - [giuseppemorelli.net](https://www.giuseppemorelli.net)

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## ##
66
## GMdotnet ##
77
## Vagrant Multi Machine Virtualbox ##
8-
## Version 1.2.0 ##
8+
## Version 1.2.3 ##
99
## ##
1010
#######################################
1111

config/config.yaml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## ##
33
## GMdotnet ##
44
## Vagrant Multi Machine Virtualbox ##
5-
## Version 1.2.1 ##
5+
## Version 1.2.3 ##
66
## ##
77
## Config file ##
88
#######################################

provisioning

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)