Skip to content

Commit 79fc6b3

Browse files
committed
Release alpha4
1 parent ad1cb71 commit 79fc6b3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [alpha4] - 2020-12-20
8+
79
### Added
810

911
* Mentions within Discord are now formatted with a blue color in Minecraft (similar to how they look in the Discord client)
@@ -61,7 +63,8 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k
6163

6264
Tagging a first alpha release after a few months of working on the project.
6365

64-
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha3...HEAD
66+
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha4...HEAD
67+
[alpha4]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha3...alpha4
6568
[alpha3]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...alpha3
6669
[alpha2]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha1...alpha2
6770
[alpha1]: https://github.com/Cldfire/mc-server-wrapper/releases/tag/alpha1

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-alpha3"
3+
version = "0.1.0-alpha4"
44
license = "MIT OR Apache-2.0"
55
authors = ["Cldfire"]
66
edition = "2018"

0 commit comments

Comments
 (0)