Skip to content

Commit cf5b369

Browse files
committed
Version 0.7.3 Release
1 parent 1d5df23 commit cf5b369

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [v0.7.3](https://github.com/FXMisc/Flowless/tree/v0.7.3) (2024-05-14)
4+
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.2...v0.7.3)
5+
6+
- Fixed NPE in SizeTracker (x3)
7+
38
## [v0.7.2](https://github.com/FXMisc/Flowless/tree/v0.7.2) (2023-10-20)
49
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.1...v0.7.2)
510

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@ Include Flowless in your project
7575

7676
| Group ID | Artifact ID | Version |
7777
| :---------: | :---------: | :-----: |
78-
| org.fxmisc.flowless | flowless | 0.7.2 |
78+
| org.fxmisc.flowless | flowless | 0.7.3 |
7979

8080
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless)
8181

8282
#### Gradle example
8383

8484
```groovy
8585
dependencies {
86-
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.2'
86+
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.3'
8787
}
8888
```
8989

9090
#### Sbt example
9191

9292
```scala
93-
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.2"
93+
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.3"
9494
```
9595

9696
#### Manual download
9797

98-
Download the [0.7.2 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.2) and place it on your classpath.
98+
Download the [0.7.3 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.3) and place it on your classpath.
9999

100100
Documentation
101101
-------------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
version = '0.7.3-SNAPSHOT'
16+
version = '0.7.4-SNAPSHOT'
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)