Skip to content

Commit 1fd8863

Browse files
committed
v0.1.12
1 parent aede063 commit 1fd8863

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.12
2+
- Allow configuring maven local directory via gradle.properties
3+
- Expose mavenLocalDirectory through tooling model to IDE plugin
4+
- Add a local publishing option for BOM for easier debugging/testing
5+
- Fix uncommitted change detection missing untracked files
6+
- Add end-to-end functional tests
7+
- Update spotlight
8+
19
## 0.1.11
210
- Add GradleBuildFileInspectionSuppressor to hide IDE warnings about unknown project accessors caused by swapping their project references
311
- Update spotlight

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ org.gradle.configuration-cache.parallel=true
1111
org.gradle.parallel=true
1212

1313
group=xyz.block.artifactswap
14-
version=0.1.11
14+
version=0.1.12

0 commit comments

Comments
 (0)