Skip to content

Commit 8d7e80d

Browse files
committed
chore: update CHANGELOG.md to remove version labels and improve formatting
1 parent a2dd7b9 commit 8d7e80d

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

codemagic_manager/CHANGELOG.md

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,75 @@
1-
## [0.4.0] - Dart SDK 3.0.0 and null safety
1+
## 0.4.0
22

33
- Updated dependencies
44
- Migrated to null safety
55

6-
## [0.3.0+1] - Maintenance update
6+
## 0.3.0+1
7+
8+
Maintenance update
79

810
- Docs update
911

10-
## [0.3.0] - Null-safety support
12+
## 0.3.0
13+
14+
Null-safety support
1115

1216
- Migrate to null-safety - please report bugs if found!
1317

14-
## [0.3.0-nullsafety.1] - Null-safety migration
18+
## 0.3.0-nullsafety.1
19+
20+
Null-safety migration
1521

1622
- update docs
1723

18-
## [0.3.0-nullsafety.0] - Null-safety migration
24+
## 0.3.0-nullsafety.0
25+
26+
Null-safety migration
1927

2028
- Migrated to nnbd
2129
- Removed freezed dependency
2230
- Removed dio dependency in favor of HttpClient
2331
- Added basic tests
2432
- Simplified API - some properties might change, so please this might be slight BREAKING CHANGE
2533

26-
## [0.2.1] - Tweaks and docs
34+
## 0.2.1
35+
36+
Tweaks and docs
2737

2838
- Updated docs and dependencies
2939
- Removed `sshAccessEnabled` in `startBuild` as it's [no longer configured when starting build](https://docs.codemagic.io/troubleshooting/accessing-builder-machine-via-ssh/) but always available
3040

31-
## [0.2.0] - Starting and cancelling builds
41+
## 0.2.0
42+
43+
Starting and cancelling builds
3244

3345
- Added methods to start and cancel running build
3446

35-
## [0.1.3] - Platform issues
47+
## 0.1.3
48+
49+
Platform issues
3650

3751
- Fixed missing platforms
3852

39-
## [0.1.2+1] - Package info
53+
## 0.1.2+1
54+
55+
Package info
4056

4157
- Added some package information like issue tracker
4258

43-
## [0.1.2] - Platforms
59+
## 0.1.2
60+
61+
Platforms
4462

4563
- Added missing platforms
4664

47-
## [0.1.1+1] - Improvements
65+
## 0.1.1+1
66+
67+
Improvements
4868

4969
- Improve quality of code, document API etc.
5070

51-
## [0.1.0] - Initial release 🎉
71+
## 0.1.0
72+
73+
Initial release 🎉
5274

5375
- First version allowing to query applications and builds in a limited manner

0 commit comments

Comments
 (0)