Skip to content

Commit

Permalink
Prepare for release 0.0.20 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin authored Jan 17, 2025
1 parent 5eedaa5 commit 1bc7149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 0.0.20 (2025-01-17)
- FIX: Don't add `.lightsaber` files inside the classpath (#288)


## Version 0.0.19 (2024-11-22)
- FIX: crash with `NoClassDefFoundError` on projects that doesn't apply the android gradle plugin (#270)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the plugin to your project:
```kotlin
// build.gradle.kts
plugins {
id("io.github.schwarzit.lightsaber") version "0.0.19"
id("io.github.schwarzit.lightsaber") version "0.0.20"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel=true
org.gradle.caching=true

version=0.0.19
version=0.0.20

0 comments on commit 1bc7149

Please sign in to comment.