Skip to content

Commit e5e9941

Browse files
committed
Prepare start of next release development
1 parent d82a60f commit e5e9941

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
## CHANGELOG
22
Release notes for *PHP: Nelson Martell Library*.
33

4+
### Release 1.0.0-dev (WIP)
5+
6+
#### :star: Important changes
7+
8+
9+
#### :notebook: Development changes
10+
11+
12+
#### More changes
13+
14+
See [changes since v0.7.1](https://github.com/nelson6e65/php_nml/compare/v0.7.1...master?w=1) for more detailed info.
15+
16+
17+
418
### Release 0.7.1 (2018-12-23)
519

620
#### :star: Important changes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Latest Version](https://img.shields.io/packagist/v/nelson6e65/php_nml.svg?label=stable)](https://packagist.org/packages/nelson6e65/php_nml)
1010
[![Latest unstable Version](https://img.shields.io/packagist/vpre/nelson6e65/php_nml.svg?label=unstable)](https://packagist.org/packages/nelson6e65/php_nml#dev-master)
1111
[![Waffle.io](https://img.shields.io/waffle/label/nelson6e65/php_nml/wip.svg?label=Work%20in%20progress)](http://waffle.io/nelson6e65/php_nml)
12-
[![GitHub commits](https://img.shields.io/github/commits-since/nelson6e65/php_nml/v0.7.0.svg)](https://github.com/nelson6e65/php_nml/compare/v0.7.0...master)
12+
[![GitHub commits](https://img.shields.io/github/commits-since/nelson6e65/php_nml/v0.7.1.svg)](https://github.com/nelson6e65/php_nml/compare/v0.7.1...master)
1313

1414
[![License](https://img.shields.io/github/license/nelson6e65/php_nml.svg)](LICENSE)
1515
[![Documentation](http://img.shields.io/badge/documentation-DOC-blue.svg)](http://nelson6e65.github.io/php_nml/api)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
1.0.0-dev

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"extra": {
8383
"branch-alias": {
84-
"dev-master": "v0.7.x-dev"
84+
"dev-master": "v1.0.x-dev"
8585
}
8686
},
8787
"minimum-stability": "dev",

src/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @constant string
3535
* @since 0.4.4
3636
*/
37-
define('NML_VERSION', '0.7.1');
37+
define('NML_VERSION', '1.0.0-dev');
3838

3939

4040
// #############################################################################

0 commit comments

Comments
 (0)