Skip to content

Commit 1748824

Browse files
docs: prepare 0.3.0 release
1 parent 3739f42 commit 1748824

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/changelog/0.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 0.3.0
22

3-
_Not Released Yet_
3+
_Released 2021 Jul 14_
44

55
#### Improvements
66

docs/changelog/README.md

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

55
### Version History
66

7-
* ????-??-?? [0.3.0](0.3.0.md) (TBD; work in progress)
8-
* 2021-01-25 [0.2.0](0.2.0.md) (latest)
7+
* ????-??-?? [0.4.0](0.4.0.md) (TBD; work in progress)
8+
* 2021-07-14 [0.3.0](0.3.0.md) (latest)
9+
* 2021-01-25 [0.2.0](0.2.0.md)
910
* 2020-12-24 [0.1.0](0.1.0.md)
1011

1112

docs/changelog/full.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.3.0
2+
3+
_Released 2021 Jul 14_
4+
5+
#### Improvements
6+
7+
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.4.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.4.0).
8+
- `Result` is now used to catch exceptions during deserialization.
9+
10+
11+
---
12+
113
### 0.2.0
214

315
_Released 2021 Jan 25_

docs/changelog/latest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### 0.2.0
1+
### 0.3.0
22

3-
_Released 2021 Jan 25_
3+
_Released 2021 Jul 14_
44

55
#### Improvements
66

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).
7+
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.4.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.4.0).
8+
- `Result` is now used to catch exceptions during deserialization.

0 commit comments

Comments
 (0)