Skip to content

Commit

Permalink
chore: prepare 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Aug 25, 2022
1 parent 85bf708 commit 52a8cb7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2.2.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 2.2.1

_Not Released Yet_
_Released 2022 Aug 25_

#### Fixes

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.2.1](2.2.1.md) (TBD; work in progress)
* 2022-07-22 [2.2.0](2.2.0.md) (latest)
* 2022-08-25 [2.2.1](2.2.1.md) (latest)
* 2022-07-22 [2.2.0](2.2.0.md)
* 2022-05-10 [2.1.2](2.1.2.md)
* 2022-04-30 [2.1.1](2.1.1.md)
* 2022-02-05 [2.1.0](2.1.0.md)
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.2.1

_Released 2022 Aug 25_

#### Fixes

- Clearing a `MumbleLink` instance that wraps a custom `ByteBuffer` does now
properly zeroes the buffer's content.
- The server address is now parsed using network byte order.


---

### 2.2.0

_Released 2022 Jul 22_
Expand Down
15 changes: 5 additions & 10 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
### 2.2.0
### 2.2.1

_Released 2022 Jul 22_

#### Improvements

- Added support for clearing the MumbleLink buffer (via `MumbleLink#clear()`).
_Released 2022 Aug 25_

#### Fixes

- Several fixes and improvements to server address parsing. (Thanks to @Medyro)
- The port is now parsed correctly instead of just the first byte.
- IPv6 addresses are now properly recognized on Windows.
- Improved error messages for parsing failures.
- Clearing a `MumbleLink` instance that wraps a custom `ByteBuffer` does now
properly zeroes the buffer's content.
- The server address is now parsed using network byte order.

0 comments on commit 52a8cb7

Please sign in to comment.