Skip to content

Commit 201279d

Browse files
chore: prepare 0.1.0 release
1 parent 3733745 commit 201279d

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

docs/changelog/0.1.0.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
### 0.1.0
22

3-
_Not Released Yet_
3+
_Released 2020 Dec 24_
44

5-
#### Introducing GW2APIClient
5+
#### Overview
6+
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.

docs/changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Version History
66

7-
* ????-??-?? [0.1.0](0.1.0.md) (TBD; work in progress)
7+
* 2020-12-24 [0.1.0](0.1.0.md) (latest)
88

99

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

docs/changelog/full.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### 0.1.0
2+
3+
_Released 2020 Dec 24_
4+
5+
#### Overview
6+
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.

docs/changelog/latest.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### 0.1.0
2+
3+
_Released 2020 Dec 24_
4+
5+
#### Overview
6+
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.

0 commit comments

Comments
 (0)