Skip to content

Commit 7c0b79b

Browse files
committed
Release alpha6
1 parent b068086 commit 7c0b79b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k
44

55
## [Unreleased]
66

7+
## [alpha6] - 2021-11-17
8+
9+
Small release updating some dependencies.
10+
711
### Changed
812

913
* The hover text for embed links in Minecraft now includes the full link URL
@@ -89,7 +93,8 @@ Small release updating some dependencies.
8993

9094
Tagging a first alpha release after a few months of working on the project.
9195

92-
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha5...HEAD
96+
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha6...HEAD
97+
[alpha6]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha5...alpha6
9398
[alpha5]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha4...alpha5
9499
[alpha4]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha3...alpha4
95100
[alpha3]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...alpha3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mc-server-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mc-server-wrapper"
3-
version = "0.1.0-alpha5"
3+
version = "0.1.0-alpha6"
44
license = "MIT OR Apache-2.0"
55
authors = ["Cldfire"]
66
edition = "2018"

0 commit comments

Comments
 (0)