Skip to content

Commit

Permalink
Release 0.0.23-RC2 and create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Dec 19, 2021
1 parent d5d99db commit ba349ae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![ClaimChunk Logo](imgs/icon64.png)
![ClaimChunk Title](imgs/logo_carrier.png)

[![Version Info](https://img.shields.io/static/v1?label=Version&message=0.0.23-RC1&color=blueviolet&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/releases)
[![Version Info](https://img.shields.io/static/v1?label=Version&message=0.0.23-RC2&color=blueviolet&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/releases)
[![Download Info](https://img.shields.io/static/v1?label=Spigot&message=1.18.1&color=blueviolet&style=for-the-badge)](https://www.spigotmc.org/resources/claimchunk.44458/)
[![Servers Using Claimchunk](https://img.shields.io/bstats/servers/5179?label=Servers&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)
[![Players Using Claimchunk](https://img.shields.io/bstats/players/5179?label=Players&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)

**Join us on our [Discord server](https://discord.gg/swW8xX665Z) (*zGYrqcq*) for bug reports, support, and general chatting!**
**Join us on our [Discord server](https://discord.gg/swW8xX665Z) for bug reports, support, and general chatting!**

Info
----
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

object DepData {
const val LIVE_VERSION = "0.0.23-RC1";
const val LIVE_VERSION = "0.0.23-RC2";
const val THIS_VERSION = "0.0.23-RC2";
const val PLUGIN_NAME = "ClaimChunk";
const val ARCHIVES_BASE_NAME = "claimchunk";
Expand Down
9 changes: 9 additions & 0 deletions changelogs/0.0.23-RC2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ClaimChunk 0.0.23-RC2

Changes:
* Update to Spigot 1.18.1
* Add config conversion!
* Config values under the `protection` category of the config *should* be automatically converted and removed from your config.yml files.
* Reduce debug spam

As always please report any bugs you find to the [GitHub issue tracker](https://github.com/cjburkey01/ClaimChunk/issues) or our [Discord server](https://discord.gg/swW8xX665Z).
2 changes: 1 addition & 1 deletion unbuilt_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Servers Using Claimchunk](https://img.shields.io/bstats/servers/5179?label=Servers&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)
[![Players Using Claimchunk](https://img.shields.io/bstats/players/5179?label=Players&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk)

**Join us on our [Discord server](https://discord.gg/swW8xX665Z) (*zGYrqcq*) for bug reports, support, and general chatting!**
**Join us on our [Discord server](https://discord.gg/swW8xX665Z) for bug reports, support, and general chatting!**

Info
----
Expand Down

0 comments on commit ba349ae

Please sign in to comment.