Skip to content

Commit

Permalink
update readme (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: aoli-al <[email protected]>
  • Loading branch information
github-actions[bot] and aoli-al authored Feb 24, 2025
1 parent 6a3aef6 commit 98d590b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@

### Added

- Initial release of Fray Debugger plugin.

### Changed

- Update `docs/IDE.md` to include Fray Debugger plugin.
- Fix Fray Debugger crashes when the line number is negative.

### Deprecated

### Removed

### Fixed

### Security

## 0.2.7 - 2025-02-24

### Added

- Initial release of Fray Debugger plugin.

### Changed

- Update `docs/IDE.md` to include Fray Debugger plugin.
- Fix Fray Debugger crashes when the line number is negative.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To use Fray with Gradle, add the following plugin to your `build.gradle` file:

```kotlin
plugins {
id("org.pastalab.fray.gradle") version "0.2.6"
id("org.pastalab.fray.gradle") version "0.2.7"
}
```

Expand All @@ -66,7 +66,7 @@ plugins {
<plugin>
<groupId>org.pastalab.fray.maven</groupId>
<artifactId>fray-plugins-maven</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<executions>
<execution>
<id>prepare-fray</id>
Expand All @@ -84,7 +84,7 @@ plugins {
<dependency>
<groupId>org.pastalab.fray</groupId>
<artifactId>fray-junit</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.code.style=official
group=org.pastalab.fray
version=0.2.7-SNAPSHOT
version=0.2.8-SNAPSHOT
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
Expand Down

0 comments on commit 98d590b

Please sign in to comment.