Skip to content

Commit 898d9fd

Browse files
author
Automated Version Bump
committed
Prep for releasing version 0.9.6.
1 parent 9934bdf commit 898d9fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.6
2+
3+
- Added option to add a build-id during linking
4+
15
# 0.9.5
26

37
- Do not use deprecated module for Python 3.13 compatibility

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
dependencies {
23-
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.5'
23+
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.6'
2424
}
2525
}
2626
```
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
3535
plugins {
36-
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.5"
36+
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.6"
3737
}
3838
```
3939

version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.9.5
1+
version=0.9.6

0 commit comments

Comments
 (0)