Skip to content

Commit

Permalink
Version 0.7.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Jul 3, 2023
1 parent c472a11 commit 53e9d7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.7.1](https://github.com/FXMisc/Flowless/tree/v0.7.1) (2023-07-03)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.0...v0.7.1)

- SizeTracker catch IOOB & NoSuchElement exceptions

## [v0.7.0](https://github.com/FXMisc/Flowless/tree/v0.7.0) (2022-11-10)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.10...v0.7.0)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@ Include Flowless in your project

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.7.0 |
| org.fxmisc.flowless | flowless | 0.7.1 |

#### Gradle example

```groovy
dependencies {
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.0'
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.1'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.0"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.1"
```

#### Manual download

Download the [0.7.0 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.0) and place it on your classpath.
Download the [0.7.0 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.1) and place it on your classpath.

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'signing'
}

version = '0.7.1-SNAPSHOT'
version = '0.7.2-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit 53e9d7f

Please sign in to comment.