Skip to content

Commit e562299

Browse files
authored
Merge pull request #120 from Xymph/prepare-release-0.14.0
Prepare for v0.14.0 release
2 parents d73bba6 + fb8cb1e commit e562299

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Since v0.10.0 this project adheres to [Semantic Versioning](http://semver.org/)
44

55
### Upcoming version
66

7+
No changes yet.
8+
9+
### Version 0.14.0 - 2021-08-24
10+
711
#### Added
812

913
* Support for the maxlag parameter (with retries) in API requests ([#112])

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It currently consists of three classes:
66
* **WikiFile** – Provides an interface to downloading/uploading files and getting their properties.
77

88
The [latest released version](https://github.com/hamstar/Wikimate/releases) of Wikimate
9-
is v0.13.0, released on Jul 5, 2021. It requires MediaWiki v1.27 or newer.
9+
is v0.14.0, released on Aug 24, 2021. It requires MediaWiki v1.27 or newer.
1010
See [CHANGELOG.md](CHANGELOG.md) for the detailed version history.
1111

1212
## Installation
@@ -26,7 +26,7 @@ Then, download Wikimate, and initialise it by running `composer install` (or
2626
To use Wikimate within another project, you can add it as a composer dependency
2727
by adding the following to your `composer.json` file:
2828

29-
"hamstar/Wikimate": "0.13.0"
29+
"hamstar/Wikimate": "0.14.0"
3030

3131
## Usage
3232

Wikimate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Wikimate is a wrapper for the MediaWiki API that aims to be very easy to use.
44
*
55
* @package Wikimate
6-
* @version 0.13.0
6+
* @version 0.14.0
77
* @copyright SPDX-License-Identifier: MIT
88
*/
99

@@ -25,7 +25,7 @@ class Wikimate
2525
* @var string
2626
* @link https://semver.org/
2727
*/
28-
const VERSION = '0.13.0';
28+
const VERSION = '0.14.0';
2929

3030
/**
3131
* Identifier for CSRF token

0 commit comments

Comments
 (0)