Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Oct 21, 2024
1 parent 4738edd commit 2773d2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [mmserver-v0.5.2] - 2024-10-19

### Bugfixes

- Use getgid if we want the group ID (6a9c71d25d58ff6b5bc4564b99230d76a6599f0e)
- Use _exit instead of exit or abort (c33a7b8989121706e0286af5efcdd8b5cf1291f1)
- Pass locale environment variables through to child apps (8022fd1bdb8e64918e15f38b2b4197361841f9d5)

## [mmserver-v0.5.1] - 2024-10-18

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Magic Mirror 🪞✨
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/colinmarc/magic-mirror/tests.yaml)](https://github.com/colinmarc/magic-mirror/actions/workflows/tests.yaml)
[![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS)
[![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.1)
[![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.2)
[![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.0)

This is a game streaming and remote desktop tool for Linux, featuring:
Expand Down
2 changes: 1 addition & 1 deletion mm-server/Cargo.lock

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

2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 2773d2e

Please sign in to comment.