Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Nov 14, 2023
1 parent 28e33fe commit 2ce2b9a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [0.4.2] - 2023-11-14
### Other changes:
- Remove build-id from rive to enable reproducible builds


## [0.4.1] - 2023-10-30
### Other changes:
- Upgrade dependencies
Expand Down Expand Up @@ -98,7 +103,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- initial release


[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.1...main
[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.2...main
[0.4.2]: https://github.com/quantumphysique/trale/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/quantumphysique/trale/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/quantumphysique/trale/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/quantumphysique/trale/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.4.1+8
version: 0.4.2+9

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/de/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0.4.2:
- Versuche reproduzierbare Builds zu aktivieren

0.4.1:
- Geupdatete Abhängigkeiten
- Proguardoptimierungen aufgesetzt

0.4.0:
- App Id wurde zu `de.quantumphysique.trale` geändert, updaten ist nicht möglich!
- Aufnahmeprozess zu F-Droid gestartet
- Geupdatete Abhängigkeiten und kleine UI Verbesserungen
- Problem behoben um Links zu öffnen
- Verbesserte Ticks für große Intervalle
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0.4.2:
- Try to enable reproducible builds

0.4.1:
- Upgrade deps
- Add Proguard optimizations

0.4.0:
- App id changed to `de.quantumphysique.trale`, upgrading is not possible!
- Initialized F-Droid inclusion process
- Upgrade dependencies and minor UI improvements
- Fix missing permission to open links
- Improved ticks for large intervals

0 comments on commit 2ce2b9a

Please sign in to comment.