Skip to content

Commit

Permalink
Bump version to 0.9 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Sep 16, 2024
1 parent 1fe83a0 commit 21adb20
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.9.0 - 2024-09-16

### Added

- **Inventory Access Port**
- Attaches to an inventory to expand its surface area for other blocks to interact with
- **Inventory Bridge**
- Attaches to two inventories to access both inventories simultaneously
- Accepts filters to control which items are allowed to pass through
- **Fan Sanding/Seething Catalyst**
- Compatibility for bulk sanding/superheating in Create: Dreams & Desires
- **Feature categories**
- Disable features of the same category at once

### Changed

- Catalysts are now hidden if the corresponding add-on is not installed
- Updated Control Chip texture (credits to @LunarAnticGitHub)

### Fixed

- Crash when copycats from Create: Connected are migrated to newer versions of Create: Copycats+
- Remove debug exports of mixin code
- Incorrect rotation propagation for encased chain cogwheels

## 0.8.2 - 2024-05-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mod_name=Create: Connected
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GNU Affero General Public License v3.0
# The mod version. See https://semver.org/
mod_version=0.8.2-mc1.20.1
mod_version=0.9.0-mc1.20.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://github.com/hlysine/create_connected/",
"promos": {
"1.20.1-recommended": "0.8.2-mc1.20.1",
"1.19.2-recommended": "0.8.2-mc1.19.2",
"1.18.2-recommended": "0.8.2-mc1.18.2"
"1.20.1-recommended": "0.9.0-mc1.20.1",
"1.19.2-recommended": "0.9.0-mc1.19.2",
"1.18.2-recommended": "0.9.0-mc1.18.2"
}
}

0 comments on commit 21adb20

Please sign in to comment.