Skip to content

Commit 0d38495

Browse files
committed
v0.4.0
1 parent 4521b38 commit 0d38495

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.4.0
4+
* Rename custom rules namespace from `CodingStandard` to `InpsydeCodingStandard`
5+
36
## 0.3.0
47
* Usage of PSR 1/2 as base
58
* Test for PHP 7+

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.3.x-dev"
39+
"dev-master": "0.4.x-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)