Skip to content

Commit

Permalink
chore(14.0-dev): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and iusmac committed Aug 24, 2024
1 parent f84351e commit 6639acc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ android_app {
},

aaptflags: [
"--version-name", "2.0.0", // x-release-please-version
"--version-name", "2.0.1", // x-release-please-version
"--version-code",
"2" + // x-release-please-major
"0" + // x-release-please-minor
"0", // x-release-please-patch
"1", // x-release-please-patch
],

required: [
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.1](https://github.com/iusmac/7SIM/compare/v2.0.0...v2.0.1) (2024-08-24)


### :bug: Bug Fixes

* address highly critical errorprone issues ([5ca206f](https://github.com/iusmac/7SIM/commit/5ca206ffdf1a26086d8cd7397a46d82de9aca435))
* **telephony/legacy:** handle potential NPE crash on SIM state change request ([ee36352](https://github.com/iusmac/7SIM/commit/ee36352cf1bd49e20436e6027a350435a45d38cb))
* **telephony:** prevent SIM subscriptions sync when altering SIM state ([f84351e](https://github.com/iusmac/7SIM/commit/f84351e49ab8519f6559a471bef0e66f6f21a574))

## [2.0.0](https://github.com/iusmac/7SIM/compare/v1.2.2-beta...v2.0.0) (2024-08-11)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 6639acc

Please sign in to comment.