Skip to content

Commit ddaf41e

Browse files
chore: prepare 0.2.0 release
1 parent 9ff7362 commit ddaf41e

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

docs/changelog/0.2.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
### 0.2.0
22

3-
_Not Released Yet_
3+
_Released 2020 Dec 24_
4+
5+
#### Improvements
6+
7+
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0).

docs/changelog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Version History
66

7-
* ????-??-?? [0.2.0](0.2.0.md) (TBD; work in progress)
8-
* 2020-12-24 [0.1.0](0.1.0.md) (latest)
7+
* 2021-01-25 [0.2.0](0.2.0.md) (latest)
8+
* 2020-12-24 [0.1.0](0.1.0.md)
99

1010

1111
This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).

docs/changelog/full.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 0.2.0
2+
3+
_Released 2020 Dec 24_
4+
5+
#### Improvements
6+
7+
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0).
8+
9+
10+
---
11+
112
### 0.1.0
213

314
_Released 2020 Dec 24_

docs/changelog/latest.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
### 0.1.0
1+
### 0.2.0
22

33
_Released 2020 Dec 24_
44

5-
#### Overview
5+
#### Improvements
66

7-
**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
8-
By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html),
9-
GW2APIClient can be used on a large variety of platforms (including Android, the
10-
JVM, and JS) and interoperates seamlessly with various popular programming
11-
languages.
12-
13-
GW2APIClient provides low-level access to the data provided by Guild Wars 2's
14-
API. It does not provide higher-level abstractions, visualizations or analytical
15-
functionality but may be used to build such tools.
7+
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0).

0 commit comments

Comments
 (0)