Skip to content

Commit

Permalink
Prepare for release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jan 24, 2025
1 parent 19e3b25 commit 950c0f9
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.21 (2025-01-24)
- FIX: Don't crash with "Lightsaber.path argument not provided". (#294)


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

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.20"
id("io.github.schwarzit.lightsaber") version "0.0.21"
}
```

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.20
version=0.0.21

0 comments on commit 950c0f9

Please sign in to comment.