Skip to content

Commit

Permalink
chore: prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 24, 2020
1 parent 3733745 commit 201279d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
14 changes: 12 additions & 2 deletions docs/changelog/0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### 0.1.0

_Not Released Yet_
_Released 2020 Dec 24_

#### Introducing GW2APIClient
#### Overview

**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html),
GW2APIClient can be used on a large variety of platforms (including Android, the
JVM, and JS) and interoperates seamlessly with various popular programming
languages.

GW2APIClient provides low-level access to the data provided by Guild Wars 2's
API. It does not provide higher-level abstractions, visualizations or analytical
functionality but may be used to build such tools.
2 changes: 1 addition & 1 deletion docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Version History

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


This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).
15 changes: 15 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### 0.1.0

_Released 2020 Dec 24_

#### Overview

**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html),
GW2APIClient can be used on a large variety of platforms (including Android, the
JVM, and JS) and interoperates seamlessly with various popular programming
languages.

GW2APIClient provides low-level access to the data provided by Guild Wars 2's
API. It does not provide higher-level abstractions, visualizations or analytical
functionality but may be used to build such tools.
15 changes: 15 additions & 0 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### 0.1.0

_Released 2020 Dec 24_

#### Overview

**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html),
GW2APIClient can be used on a large variety of platforms (including Android, the
JVM, and JS) and interoperates seamlessly with various popular programming
languages.

GW2APIClient provides low-level access to the data provided by Guild Wars 2's
API. It does not provide higher-level abstractions, visualizations or analytical
functionality but may be used to build such tools.

0 comments on commit 201279d

Please sign in to comment.