Skip to content

Commit

Permalink
Release alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cldfire committed Dec 16, 2020
1 parent 7e26f0d commit 7776ff0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k

## [Unreleased]

## [alpha3] - 2020-12-15

### Added

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

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

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

[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...HEAD
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha3...HEAD
[alpha3]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha2...alpha3
[alpha2]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha1...alpha2
[alpha1]: https://github.com/Cldfire/mc-server-wrapper/releases/tag/alpha1
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mc-server-wrapper

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

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.

Expand Down
2 changes: 1 addition & 1 deletion mc-server-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-server-wrapper"
version = "0.1.0"
version = "0.1.0-alpha3"
license = "MIT OR Apache-2.0"
authors = ["Cldfire"]
edition = "2018"
Expand Down

0 comments on commit 7776ff0

Please sign in to comment.