Skip to content

Commit 5dd5c4b

Browse files
authored
chore(release): 0.1.6 (#35)
No change to plugin behaviour — the generated flatpak-sources.json is identical to 0.1.5. Dependency and CI maintenance only: Gradle bumped to 9.7.0, junit-platform-launcher to 6.1.3, actions/setup-java to 5.7.0, gradle/actions to 6.3.0, github/codeql-action through 4.37.7, and onboarded to the OSS Community Develocity instance for Build Scans and remote caching.
1 parent 001a3c5 commit 5dd5c4b

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.6]
11+
12+
No change to plugin behaviour — the generated `flatpak-sources.json` is identical to
13+
0.1.5. Dependency and CI maintenance only.
14+
15+
### Changed
16+
17+
- Update Gradle to v9.7.0 (#32).
18+
- Update `org.junit.platform:junit-platform-launcher` to v6.1.3 (#33).
19+
- Update `actions/setup-java` to v5.7.0 (#27); update `gradle/actions` to v6.3.0 (#29).
20+
- Update `github/codeql-action` to v4.37.4 through v4.37.7 (#26, #30, #31, #34).
21+
22+
### Added
23+
24+
- Onboarded to the OSS Community Develocity instance for Build Scans and remote
25+
caching (#28).
26+
1027
## [0.1.5] - 2026-07-26
1128

1229
No change to plugin behaviour — the generated `flatpak-sources.json` is identical to

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Apply the settings plugin in `settings.gradle.kts` — it captures every depende
1616
```kotlin
1717
// settings.gradle.kts
1818
plugins {
19-
id("org.meshtastic.flatpak.sources.settings") version "0.1.5"
19+
id("org.meshtastic.flatpak.sources.settings") version "0.1.6"
2020
}
2121
```
2222

@@ -45,7 +45,7 @@ If your project uses an included build for convention plugins, apply the setting
4545
```kotlin
4646
// build-logic/settings.gradle.kts
4747
plugins {
48-
id("org.meshtastic.flatpak.sources.settings") version "0.1.5"
48+
id("org.meshtastic.flatpak.sources.settings") version "0.1.6"
4949
}
5050
```
5151

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
22
org.gradle.parallel=true
33
org.gradle.caching=true
4-
version=0.1.5
4+
version=0.1.6

0 commit comments

Comments
 (0)