Skip to content

Commit 7776ff0

Browse files
committed
Release alpha3
1 parent 7e26f0d commit 7776ff0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 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+
## [alpha3] - 2020-12-15
8+
79
### Added
810

911
* The UI now has a "Players" tab to display information about players on the server
@@ -23,6 +25,8 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k
2325

2426
* Updated to `twilight` 0.2 release from crates.io
2527
* Replaced custom mention parsing code with the new `twilight-mention` support for parsing mentions from Discord messages
28+
* Started adjusting the binary's `Cargo.toml` version for each release
29+
* Added a deps.rs badge to the README
2630
* Updated workflows
2731
* Clippy job now denies warnings
2832
* Daily audit job is now a weekly audit job
@@ -38,6 +42,7 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k
3842

3943
Tagging a first alpha release after a few months of working on the project.
4044

41-
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...HEAD
45+
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha3...HEAD
46+
[alpha3]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...alpha3
4247
[alpha2]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha1...alpha2
4348
[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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# mc-server-wrapper
22

33
![CI](https://github.com/Cldfire/mc-server-wrapper/workflows/CI/badge.svg)
4+
[![dependency status](https://deps.rs/repo/github/cldfire/mc-server-wrapper/status.svg)](https://deps.rs/repo/github/cldfire/mc-server-wrapper)
45

56
Lightweight Rust program to manage a Java Minecraft server process (vanilla, Spigot, or PaperSpigot), providing niceties such as a Discord chat bridge, server restart-on-crash, and improved console output.
67

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

0 commit comments

Comments
 (0)