Skip to content

Commit

Permalink
Prep for releasing version 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Jan 7, 2025
1 parent 9934bdf commit 898d9fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.6

- Added option to add a build-id during linking

# 0.9.5

- Do not use deprecated module for Python 3.13 compatibility
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.5'
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.6'
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
}
plugins {
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.5"
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.6"
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.5
version=0.9.6

0 comments on commit 898d9fd

Please sign in to comment.