File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 4.0.9 - 2024-02-05
9
+ - Another fix for parsing git information on bitbucket [ #442 ] ( https://github.com/EmergeTools/emerge-android/pull/442 )
10
+
8
11
## 4.0.8 - 2024-02-04
9
12
- Correctly parse git information on bitbucket and non https urls [ #439 ] ( https://github.com/EmergeTools/emerge-android/pull/439 )
10
13
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ runtime-android = "1.7.6"
30
30
foundation-layout-android = " 1.7.6"
31
31
32
32
# internal
33
- emerge-gradle-plugin = " 4.0.8 "
33
+ emerge-gradle-plugin = " 4.0.9 "
34
34
emerge-performance = " 2.1.2"
35
35
emerge-reaper = " 1.0.0"
36
36
emerge-snapshots = " 1.3.2"
You can’t perform that action at this time.
0 commit comments