Skip to content

Commit f2e92cb

Browse files
committed
Merge pull request #552 from wmde/versionNumbers
Add x.x.0 to all version numbers
2 parents 6c6dc59 + 8e0bf81 commit f2e92cb

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

RELEASE-NOTES.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Wikibase DataModel release notes
22

3-
## Version 4.3 (dev)
3+
## Version 4.3.0 (dev)
44

55
* Added `isEmpty` to `EntityDocument`
66

7-
## Version 4.2 (2015-08-26)
7+
## Version 4.2.0 (2015-08-26)
88

99
* Added `EntityRedirect`
1010
* Added `EntityIdParser` and `EntityIdParsingException`
1111
* Added `BasicEntityIdParser`
1212
* Added `DispatchingEntityIdParser`
1313
* Removed no longer needed dependency on `diff/diff`
1414

15-
## Version 4.1 (2015-08-04)
15+
## Version 4.1.0 (2015-08-04)
1616

1717
* Added `StatementList::filter`
1818
* Added `StatementFilter` and `ReferencedStatementFilter`
1919
* Added `LabelsProvider`, `DescriptionsProvider` and `AliasesProvider`
2020
* Added `FingerprintHolder`
2121

22-
## Version 4.0 (2015-07-28)
22+
## Version 4.0.0 (2015-07-28)
2323

2424
#### Breaking changes
2525

@@ -205,7 +205,7 @@ Other breaking changes:
205205
* Deprecated `Claim::RANK_` enum in favour of `Statement::RANK_` enum
206206
* Deprecated `Claim::getRank`
207207

208-
## Version 1.1 (2014-09-29)
208+
## Version 1.1.0 (2014-09-29)
209209

210210
#### Additions
211211

@@ -221,7 +221,7 @@ Other breaking changes:
221221
* The `Reference` constructor now accepts a `Snak` array
222222
* Added `ReferenceList::addNewReference`
223223

224-
## Version 1.0 (2014-09-02)
224+
## Version 1.0.0 (2014-09-02)
225225

226226
#### Breaking changes
227227

@@ -309,7 +309,7 @@ Other breaking changes:
309309

310310
* Fixed error caused by redeclaration of getType in `Entity`, after it already got defined in `EntityDocument`
311311

312-
## Version 0.9 (2014-08-15)
312+
## Version 0.9.0 (2014-08-15)
313313

314314
* Changed the signatures of `setLabel`, `setDescription` and `setAliasGroup` in `Fingerprint`
315315
* Added `hasLabel`, `hasDescription` and `hasAliasGroup` to `Fingerprint`
@@ -325,7 +325,7 @@ Other breaking changes:
325325

326326
* Fixed fatal error when calling `Item::getSiteLinkList` on an `Item` right after constructing it
327327

328-
## Version 0.8 (2014-06-05)
328+
## Version 0.8.0 (2014-06-05)
329329

330330
#### Breaking changes
331331

@@ -450,7 +450,7 @@ No description will be shown as part of its entry on Special:Version.
450450
* Removed DataValues Geo, DataValues Time and DataValues Number from the dependency list.
451451
They where no longer needed.
452452

453-
## Version 0.7 (2014-03-07)
453+
## Version 0.7.0 (2014-03-07)
454454

455455
#### Additions
456456

@@ -473,7 +473,7 @@ They where no longer needed.
473473
* Removed PropertySnak interface
474474
* Removed Claims::getObjectType
475475

476-
## Version 0.6 (2013-12-23)
476+
## Version 0.6.0 (2013-12-23)
477477

478478
#### Improvements
479479

@@ -494,7 +494,7 @@ Item::getSiteLinks. The old names remains as deprecated aliases.
494494
* Entity::getTerms was removed, as it returned objects of type Term, which is defined by a component
495495
Wikibase DataModel does not depend upon.
496496

497-
## Version 0.5 (2013-12-11)
497+
## Version 0.5.0 (2013-12-11)
498498

499499
Note that this list is incomplete. In particular, not all breaking changes are listed.
500500

@@ -520,10 +520,10 @@ representing the identity of an entity.
520520
* Constructing an EntityId (rather then one of its derivatives) is now deprecated.
521521
* Wikibase\EntityId has been renamed to Wikibase\DataModel\Entity\EntityId. The old name is deprecated.
522522

523-
## Version 0.4 (2013-06-17)
523+
## Version 0.4.0 (2013-06-17)
524524

525525
Initial release as Wikibase DataModel component.
526526

527-
## Version 0.1 (2012-11-01)
527+
## Version 0.1.0 (2012-11-01)
528528

529529
Initial release as part of Wikibase.

0 commit comments

Comments
 (0)