Skip to content

Commit 6639acc

Browse files
github-actions[bot]iusmac
authored andcommitted
chore(14.0-dev): release 2.0.1
1 parent f84351e commit 6639acc

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

Android.bp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ android_app {
4444
},
4545

4646
aaptflags: [
47-
"--version-name", "2.0.0", // x-release-please-version
47+
"--version-name", "2.0.1", // x-release-please-version
4848
"--version-code",
4949
"2" + // x-release-please-major
5050
"0" + // x-release-please-minor
51-
"0", // x-release-please-patch
51+
"1", // x-release-please-patch
5252
],
5353

5454
required: [

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/iusmac/7SIM/compare/v2.0.0...v2.0.1) (2024-08-24)
4+
5+
6+
### :bug: Bug Fixes
7+
8+
* address highly critical errorprone issues ([5ca206f](https://github.com/iusmac/7SIM/commit/5ca206ffdf1a26086d8cd7397a46d82de9aca435))
9+
* **telephony/legacy:** handle potential NPE crash on SIM state change request ([ee36352](https://github.com/iusmac/7SIM/commit/ee36352cf1bd49e20436e6027a350435a45d38cb))
10+
* **telephony:** prevent SIM subscriptions sync when altering SIM state ([f84351e](https://github.com/iusmac/7SIM/commit/f84351e49ab8519f6559a471bef0e66f6f21a574))
11+
312
## [2.0.0](https://github.com/iusmac/7SIM/compare/v1.2.2-beta...v2.0.0) (2024-08-11)
413

514

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)