Skip to content

Commit 844359d

Browse files
authored
Merge pull request #83 from DataValues/rel043
Release 0.4.3
2 parents 3111526 + ba28495 commit 844359d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_COMMON_VERSION', '0.4.2' );
18+
define( 'DATAVALUES_COMMON_VERSION', '0.4.3' );

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany]
4949

5050
## Release notes
5151

52+
### 0.4.3 (2019-06-28)
53+
54+
* Fixed typo in error message in `DispatchingValueParser`
55+
56+
### 0.4.2 (2018-08-16)
57+
58+
* The component can now be installed together with DataValues 2.x
59+
60+
### 0.4.1 (2018-08-09)
61+
62+
* Fixed version number not updated before.
63+
5264
### 0.4.0 (2017-08-09)
5365

5466
* Removed MediaWiki integration

0 commit comments

Comments
 (0)