Skip to content

Commit 56a3f91

Browse files
committed
Prepare version 3.0.0
1 parent 21907fb commit 56a3f91

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 3.0.0 *(2024-03-25)*
5+
----------------------------
6+
7+
* New: Support restarting `Service`s with `triggerServiceRebirth`.
8+
* New: Restart an `Activity` with only a `Class` reference.
9+
* Change: `ProcessPheonix` class no longer extends `Activity`. In practice no one should have been relying on this anyway.
10+
11+
412
Version 2.2.0 *(2024-02-26)*
513
----------------------------
614

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Download
3535
--------
3636

3737
```groovy
38-
implementation 'com.jakewharton:process-phoenix:2.2.0'
38+
implementation 'com.jakewharton:process-phoenix:3.0.0'
3939
```
4040

4141
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton
2-
VERSION_NAME=2.3.0-SNAPSHOT
2+
VERSION_NAME=3.0.0
33

44
POM_DESCRIPTION=A special activity which facilitates restarting your application process.
55

0 commit comments

Comments
 (0)