Skip to content

Commit

Permalink
Prepare for release 0.0.19 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin authored Nov 25, 2024
1 parent 34377e7 commit 0f4ca10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

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


## Version 0.0.18 (2024-09-06)
- ADD: Initial support for Anvil. (If you find any issue with Anvil please report it)
- ADD: Initial support for Anvil. (If you find any issue with Anvil please report it)
- CHANGE: Improve code position in error messages


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

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.18
version=0.0.19

0 comments on commit 0f4ca10

Please sign in to comment.