Skip to content

Commit 38ecd8c

Browse files
chore(release): v1.3.0 (9)
1 parent 341995f commit 38ecd8c

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.2.0
2+
1.3.0

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.0] - 2025-12-16
810
### Added
911
- Energy unit converter ([#192])
1012
- Pressure unit converter ([#191])
1113
- Speed unit converter ([#190])
1214

15+
### Changed
16+
- Updated translations
17+
1318
### Fixed
1419
- Fixed issue that occurs after doing a percent operation ([#160])
1520

@@ -72,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7277
[#191]: https://github.com/FossifyOrg/Calculator/issues/191
7378
[#192]: https://github.com/FossifyOrg/Calculator/issues/192
7479

75-
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.2.0...HEAD
80+
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.3.0...HEAD
81+
[1.3.0]: https://github.com/FossifyOrg/Calculator/compare/1.2.0...1.3.0
7682
[1.2.0]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...1.2.0
7783
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...1.1.0
7884
[1.0.5]: https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Added:
2+
3+
• Energy unit converter
4+
• Pressure unit converter
5+
• Speed unit converter
6+
7+
Changed:
8+
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed issue that occurs after doing a percent operation
14+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111
android.nonTransitiveRClass=true
1212

1313
# Versioning
14-
VERSION_NAME=1.2.0
15-
VERSION_CODE=8
14+
VERSION_NAME=1.3.0
15+
VERSION_CODE=9
1616
APP_ID=org.fossify.math

0 commit comments

Comments
 (0)