Skip to content

Commit

Permalink
Merge pull request #6 from refinedmods/release/0.2.1
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
raoulvdberge authored Jun 28, 2024
2 parents e2be6ea + 155366c commit 8e88a57
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] - 2024-06-28

### Fixed

- Support for Refined Storage v2.0.0-milestone.3.14.

## [0.2.0] - 2024-06-20

### Added
Expand All @@ -27,7 +33,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Recipe transfer integration for the Crafting Grid.
- Grid / EMI search box synchronization options.

[Unreleased]: https://github.com/refinedmods/refinedstorage-emi-integration/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedstorage-emi-integration/compare/v0.2.1...HEAD

[0.2.1]: https://github.com/refinedmods/refinedstorage-emi-integration/compare/v0.2.0...v0.2.1

[0.2.0]: https://github.com/refinedmods/refinedstorage-emi-integration/compare/v0.1.0...v0.2.0

Expand Down
2 changes: 2 additions & 0 deletions config/intellij-code-style.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<code_scheme name="Refined Mods" version="173">
<JavaCodeStyleSettings>
<option name="GENERATE_FINAL_LOCALS" value="true" />
<option name="GENERATE_FINAL_PARAMETERS" value="true" />
<option name="SPACE_INSIDE_ONE_LINE_ENUM_BRACES" value="true"/>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999"/>
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999"/>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
refinedstorageVersion=2.0.0-milestone.3.13
refinedstorageVersion=2.0.0-milestone.3.14
emiVersion=1.1.7+1.20.4
# Gradle
org.gradle.jvmargs=-Xmx1G
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"refinedstorage2:1024b_fluid_storage_block",
"refinedstorage2:fallback_security_card",
"refinedstorage2:disk_drive",
"refinedstorage2:disk_interface",
"refinedstorage2:raw_basic_processor",
"refinedstorage2:wireless_transmitter",
"refinedstorage2:raw_improved_processor",
Expand Down

0 comments on commit 8e88a57

Please sign in to comment.