File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
Release notes for * PHP: Nelson Martell Library* .
3
3
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
+
4
18
### Release 0.7.1 (2018-12-23)
5
19
6
20
#### :star : Important changes
Original file line number Diff line number Diff line change 9
9
[ ![ Latest Version] ( https://img.shields.io/packagist/v/nelson6e65/php_nml.svg?label=stable )] ( https://packagist.org/packages/nelson6e65/php_nml )
10
10
[ ![ Latest unstable Version] ( https://img.shields.io/packagist/vpre/nelson6e65/php_nml.svg?label=unstable )] ( https://packagist.org/packages/nelson6e65/php_nml#dev-master )
11
11
[ ![ 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 )
13
13
14
14
[ ![ License] ( https://img.shields.io/github/license/nelson6e65/php_nml.svg )] ( LICENSE )
15
15
[ ![ Documentation] ( http://img.shields.io/badge/documentation-DOC-blue.svg )] ( http://nelson6e65.github.io/php_nml/api )
Original file line number Diff line number Diff line change 1
- 0.7.1
1
+ 1.0.0-dev
Original file line number Diff line number Diff line change 81
81
},
82
82
"extra" : {
83
83
"branch-alias" : {
84
- "dev-master" : " v0.7 .x-dev"
84
+ "dev-master" : " v1.0 .x-dev"
85
85
}
86
86
},
87
87
"minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 34
34
* @constant string
35
35
* @since 0.4.4
36
36
*/
37
- define ('NML_VERSION ' , '0.7.1 ' );
37
+ define ('NML_VERSION ' , '1.0.0-dev ' );
38
38
39
39
40
40
// #############################################################################
You can’t perform that action at this time.
0 commit comments