Skip to content

Commit

Permalink
chore: release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Aug 29, 2024
1 parent 77145ea commit aaed9cd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.5.2 - Unreleased
## 0.5.3 - Unreleased

<small>[Compare with 0.5.1](https://github.com/EndstoneMC/endstone/compare/v0.5.1...HEAD)</small>
<small>[Compare with 0.5.2](https://github.com/EndstoneMC/endstone/compare/v0.5.2...HEAD)</small>

## [0.5.2](https://github.com/EndstoneMC/endstone/releases/tag/v0.5.2) - 2024-08-30

<small>[Compare with 0.5.1](https://github.com/EndstoneMC/endstone/compare/v0.5.1...v0.5.2)</small>

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
[![Windows](https://github.com/EndstoneMC/endstone/actions/workflows/windows.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/windows.yml)
[![Linux](https://github.com/EndstoneMC/endstone/actions/workflows/linux.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/linux.yml)
[![Documentation](https://github.com/EndstoneMC/endstone/actions/workflows/docs.yml/badge.svg)](https://endstone.dev/)
[![Minecraft - Version](https://img.shields.io/badge/minecraft-v1.21.20%20(Bedrock)-green)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
[![Minecraft - Version](https://img.shields.io/badge/minecraft-v1.21.22_(Bedrock)-green)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
[![PyPI - Version](https://img.shields.io/pypi/v/endstone)](https://pypi.org/project/endstone)
[![Python](https://img.shields.io/pypi/pyversions/endstone?logo=python&logoColor=white)](https://www.python.org/)
[![GitHub License](https://img.shields.io/github/license/endstonemc/endstone)](LICENSE)
[![Codacy Badge](https://img.shields.io/codacy/grade/8877402fc70b40f5a8c4b325d890e3f7?logo=codacy)](https://app.codacy.com/gh/EndstoneMC/endstone/dashboard)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Discord](https://img.shields.io/discord/1230982180742631457?logo=discord&logoColor=white&color=5865F2)](https://discord.gg/xxgPuc2XN9)

</div>
Expand Down
10 changes: 10 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% extends "base.html" %}

{% block announce %}
For latest updates join the chat on
<a href="https://discord.gg/xxgPuc2XN9">
<img alt="Discord"
src="https://img.shields.io/discord/1230982180742631457?logo=discord&logoColor=white&labelColor=5865F2&color=333333&label=Discord&style=flat-square"
style="vertical-align: middle">
</a>
{% endblock %}
2 changes: 1 addition & 1 deletion include/endstone/endstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define ENDSTONE_VERSION_MAJOR 0
#define ENDSTONE_VERSION_MINOR 5
#define ENDSTONE_VERSION_PATCH 1
#define ENDSTONE_VERSION_PATCH 2
#define ENDSTONE_API_VERSION ENDSTONE_TOSTRING(ENDSTONE_VERSION_MAJOR) "." ENDSTONE_TOSTRING(ENDSTONE_VERSION_MINOR)

#define ENDSTONE_MAX_PLAYERS 200
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo_name: EndstoneMC/endstone
repo_url: https://github.com/EndstoneMC/endstone
edit_uri: edit/main/docs/

copyright: Copyright &copy; 2023 - 2024 Vincent Wu
copyright: Copyright &copy; 2023 - 2024 EndstoneMC

extra:
social:
Expand Down Expand Up @@ -95,6 +95,7 @@ theme:
logo: assets/logo.png
favicon: assets/logo.png
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
Expand Down

0 comments on commit aaed9cd

Please sign in to comment.