Skip to content

Commit ba40578

Browse files
committed
Fix changelog links
1 parent d2227b2 commit ba40578

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/changes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
- Add new merge strategy `Fail` to `PropertiesFileTransformer`. ([#1856](https://github.com/GradleUp/shadow/pull/1856))
1515
- Add `FindResourceInClasspath` task to help with debugging issues with merged duplicate resources. ([#1860](https://github.com/GradleUp/shadow/pull/1860))
1616
- Add `MergeLicenseResourceTransformer`. ([#1858](https://github.com/GradleUp/shadow/pull/1858))
17+
- Add `DeduplicatingResourceTransformer` to deduplicate on path _and_ content. ([#1859](https://github.com/GradleUp/shadow/pull/1859))
1718
- Support disabling Kotlin module metadata remapping. ([#1875](https://github.com/GradleUp/shadow/pull/1875))
1819
```kotlin
1920
tasks.shadowJar {
2021
// Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default.
2122
enableKotlinModuleRemapping = false
2223
}
2324
```
24-
- Add `DeduplicatingResourceTransformer` to deduplicate on path _and_ content. ([#1859](https://github.com/GradleUp/shadow/pull/1859))
2525

2626
### Changed
2727

@@ -37,13 +37,13 @@
3737

3838
- Fix Develocity integration when Isolated Projects enabled. ([#1836](https://github.com/GradleUp/shadow/pull/1836))
3939

40-
## [9.2.2](https://github.com/GradleUp/shadow/compare/9.2.2) - 2025-09-26
40+
## [9.2.2](https://github.com/GradleUp/shadow/releases/tag/9.2.2) - 2025-09-26
4141

4242
### Fixed
4343

4444
- Fix the regression of registering `ShadowJar` tasks without `ShadowPlugin` applied. ([#1787](https://github.com/GradleUp/shadow/pull/1787))
4545

46-
## [9.2.1](https://github.com/GradleUp/shadow/compare/9.2.1) - 2025-09-24
46+
## [9.2.1](https://github.com/GradleUp/shadow/releases/tag/9.2.1) - 2025-09-24
4747

4848
### Added
4949

@@ -103,7 +103,7 @@
103103

104104
- Fix excluding dependencies whose versions contain `+`. ([#1597](https://github.com/GradleUp/shadow/pull/1597))
105105

106-
## [9.1.0](https://github.com/GradleUp/shadow/compare/9.1.0) - 2025-08-29
106+
## [9.1.0](https://github.com/GradleUp/shadow/releases/tag/9.1.0) - 2025-08-29
107107

108108
### Added
109109

0 commit comments

Comments
 (0)