Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Nov 30, 2022
1 parent eb139fd commit 6fdc065
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## Unreleased
## [0.3.0] - 2022-11-30

### Added
- support for Ad Astra! ([#24])

### Changed
- REI on Forge now uses a native plugin instead of the compat layer
- REI on Forge now uses a native plugin instead of the compat layer ([#26])

### Fixed
- automatic item hiding with REI
- automatic item hiding with REI ([#26])
- this bumps the minimum REI version to 8.3.573
- Immersive Engineering Arc Furnace Slag not being unified ([#25])
- some Mekanism recipes not being completely unified

<!-- Links -->
[#24]: https://github.com/AlmostReliable/almostunified/pull/24
[#25]: https://github.com/AlmostReliable/almostunified/issues/25
[#26]: https://github.com/AlmostReliable/almostunified/pull/26

## [0.2.6] - 2022-11-21

Expand Down Expand Up @@ -231,6 +242,7 @@ Initial beta release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[0.3.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.3.0-beta
[0.2.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.6-beta
[0.2.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.5-beta
[0.2.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.2.3-beta
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod Info
modId = almostunified
modName = AlmostUnified
modVersion = 0.2.6
modVersion = 0.3.0
modAuthor = AlmostReliable
modDescription = Unify all resources.

Expand All @@ -27,8 +27,8 @@ fabricVersion = 0.59.0+1.18.2
fabricLoaderVersion = 0.14.9

# Dependencies
reiVersion = 8.3.557
reiMinVersion = 8.3.557
reiVersion = 8.3.573
reiMinVersion = 8.3.573
jeiVersion = 10.2.1.278
kubejsVersion = 1802.5.5-build.550

Expand Down

0 comments on commit 6fdc065

Please sign in to comment.