Skip to content

Commit 3bc1a67

Browse files
committed
verbump + changelog
1 parent 7b8ee28 commit 3bc1a67

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish
1+
name: Pull Request
22
on: [pull_request]
33
jobs:
44
build:

build.gradle

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,18 @@ modrinth {
153153
token = System.getenv("MODRINTH_TOKEN")
154154
projectId = "mod-remapping-api"
155155
changelog = """
156-
Improvements to the remapping process.\\
157-
Now allow ModRemappers to disable mixin remapping which is enabled by default for backward compatibility.
156+
Dropped Fabric Loader 0.14 support.\\
157+
Improved mixin remapping by a lot.\\
158+
New v2 api featuring:
159+
- Remapping context based on a provided id, shareable by multiple mod remapper.
160+
- ModDiscovererConfigs allowing better mod candidate filtering, multiple can be provided.
161+
- MappingsConfig defining source Namespace, default package, custom mappings and namespace renames for the custom mappings.
162+
- RemappingFlags, available currently: mixins and access wideners.
163+
- Allow registering more ModRemappers dynamically.
164+
- CacheHandler system, allowing to get diverse file locations linked to a RemappingContext
165+
- v2 MappingUtils methods now also take the contextId as argument.
166+
- Access wideners remapping support.\\
167+
v0 and v1 apis are still supported but deprecated.
158168
"""
159169
uploadFile = remapJar
160170

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
1111
spasm_version=0.2
1212

1313
# Mod Properties
14-
mod_version = 1.25.0
14+
mod_version = 1.26.0
1515
maven_group = io.github.fabriccompatibiltylayers
1616
archives_base_name = mod-remapping-api

0 commit comments

Comments
 (0)