From 03207c80adb25a020a0633a8ff9d9747fb65579a Mon Sep 17 00:00:00 2001 From: klikli-dev Date: Tue, 20 Aug 2024 17:45:59 +0000 Subject: [PATCH] docs: update CHANGELOG.md for release/v1.21.1-1.52.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dde1479..ab17a64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +## [release/v1.21.1-1.52.0] - 2024-08-20 +### :sparkles: New Features +- [`ff60029`](https://github.com/klikli-dev/theurgy/commit/ff600295b04c6e055827674b868cb7028fe80468) - make vats not accept ingredients if there are already ingredients of another recipe present *(commit by [@klikli-dev](https://github.com/klikli-dev))* + +### :wrench: Chores +- [`524647b`](https://github.com/klikli-dev/theurgy/commit/524647b4553a4cdb47290b7bac874607f5d144fa) - clean up crafting behaviour *(commit by [@klikli-dev](https://github.com/klikli-dev))* +- [`5c5bdd8`](https://github.com/klikli-dev/theurgy/commit/5c5bdd89094cfd716c8ca92460199777ffdcf556) - remove todo *(commit by [@klikli-dev](https://github.com/klikli-dev))* +- [`0b8a717`](https://github.com/klikli-dev/theurgy/commit/0b8a71782b8de02997f8e112557ac438fa6b74f2) - simplify canProcess and extract isIngredient *(commit by [@klikli-dev](https://github.com/klikli-dev))* +- [`c2af7ad`](https://github.com/klikli-dev/theurgy/commit/c2af7adb73ce5367b2658d6fddf4ec725ae23e63) - rename variables to fit new vanilla conventions *(commit by [@klikli-dev](https://github.com/klikli-dev))* + + ## [release/v1.21.1-1.51.3] - 2024-08-20 ### :bug: Bug Fixes - [`82969ca`](https://github.com/klikli-dev/theurgy/commit/82969ca147ba96dcd479466ac3d17f0d9aa2d6b1) - earthen materials incubation recipes use mineral instead of strata salt *(commit by [@klikli-dev](https://github.com/klikli-dev))* @@ -1099,3 +1110,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [release/v1.21.1-1.51.1]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.51.0...release/v1.21.1-1.51.1 [release/v1.21.1-1.51.2]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.51.1...release/v1.21.1-1.51.2 [release/v1.21.1-1.51.3]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.51.2...release/v1.21.1-1.51.3 +[release/v1.21.1-1.52.0]: https://github.com/klikli-dev/theurgy/compare/release/v1.21.1-1.51.3...release/v1.21.1-1.52.0