Skip to content

Commit f697d00

Browse files
committed
Version 0.7.2 Release
1 parent 1f528bb commit f697d00

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.2](https://github.com/FXMisc/Flowless/tree/v0.7.2) (2023-10-20)
4+
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.1...v0.7.2)
5+
6+
- Fix scrollbars not showing early enough when content has padding
7+
38
## [v0.7.1](https://github.com/FXMisc/Flowless/tree/v0.7.1) (2023-07-03)
49
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.0...v0.7.1)
510

README.md

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

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

8080
#### Gradle example
8181

8282
```groovy
8383
dependencies {
84-
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.1'
84+
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.2'
8585
}
8686
```
8787

8888
#### Sbt example
8989

9090
```scala
91-
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.1"
91+
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.2"
9292
```
9393

9494
#### Manual download
9595

96-
Download the [0.7.1 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.1) and place it on your classpath.
96+
Download the [0.7.2 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.2) and place it on your classpath.
9797

9898
Documentation
9999
-------------

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.2-SNAPSHOT'
16+
version = '0.7.3-SNAPSHOT'
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)