Skip to content

Commit 7d59403

Browse files
committed
Bump version to v0.0.5
1 parent c03fddd commit 7d59403

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.5 - 2023-12-22
9+
10+
### Added
11+
12+
- Feature toggle system - enable/disable blocks individually via mod common config
13+
14+
### Fixed
15+
16+
- Rendering issues with Fan Splashing Catalyst
17+
18+
### Changed
19+
20+
- Mod icon
21+
822
## 0.0.4 - 2023-12-20
923

1024
### Fixed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ A Create mod add-on adding quality-of-life blocks that you wish existed in Creat
1212

1313
**Currently unstable. Use at your own risk!**
1414

15+
## What's new in 0.0.5
16+
17+
...
18+
1519
## Features
1620

1721
- New Item Attributes
@@ -68,7 +72,7 @@ Find this mod on [**Modrinth**](https://modrinth.com/mod/create-connected) or
6872
| Create | Create: Connected |
6973
|--------|-------------------|
7074
| 0.5.1e | 0.0.2 |
71-
| 0.5.1f | 0.0.3, 0.0.4 |
75+
| 0.5.1f | 0.0.3 - 0.0.5 |
7276

7377
## Usage
7478

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mod_name=Create: Connected
5858
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
5959
mod_license=MIT
6060
# The mod version. See https://semver.org/
61-
mod_version=0.0.4-mc1.20.1
61+
mod_version=0.0.5-mc1.20.1
6262
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
6363
# This should match the base package used for the mod sources.
6464
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

update.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"homepage": "https://github.com/hlysine/create_connected/",
33
"promos": {
4-
"1.20.1-recommended": "0.0.4-mc1.20.1"
4+
"1.20.1-recommended": "0.0.5-mc1.20.1"
55
}
66
}

0 commit comments

Comments
 (0)