Skip to content

Commit

Permalink
chore: prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Feb 5, 2022
1 parent a62734d commit 5118bf3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2.1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 2.1.0

_Not Released Yet_
_Released 2022 Feb 05_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [2.1.0](2.1.0.md) (TBD; work in progress)
* 2021-11-03 [2.0.3](2.0.3.md) (latest)
* 2022-02-05 [2.1.0](2.1.0.md) (latest)
* 2021-11-03 [2.0.3](2.0.3.md)
* 2021-03-09 [2.0.2](2.0.2.md)
* 2021-02-27 [2.0.1](2.0.1.md)
* 2020-09-03 [2.0.0](2.0.0.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 2.1.0

_Released 2022 Feb 05_

#### Improvements

- Added `MountType` constants for the Skiff and the Siege Turtle.
- Added caching for `MumbleLink.Context#getServerAddress()`.
- Improved lookup speed for `MapType#valueOf` and `MountType#valueOf`.

#### Deprecations

- Deprecated `MapType#valueOf(long)`.


---

### 2.0.3

_Released 2021 Nov 03_
Expand Down
12 changes: 9 additions & 3 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### 2.0.3
### 2.1.0

_Released 2021 Nov 03_
_Released 2022 Feb 05_

#### Improvements

- Added version information to the module descriptor.
- Added `MountType` constants for the Skiff and the Siege Turtle.
- Added caching for `MumbleLink.Context#getServerAddress()`.
- Improved lookup speed for `MapType#valueOf` and `MountType#valueOf`.

#### Deprecations

- Deprecated `MapType#valueOf(long)`.

0 comments on commit 5118bf3

Please sign in to comment.