Skip to content

Commit 16e3ad0

Browse files
authored
misc updates to the changelog (#70)
* misc updates to the changelog * update branch name in publish workflow
1 parent 6b15dae commit 16e3ad0

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish
44

55
on:
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
push:
99
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
1010

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# 0.2.5
1+
## 0.2.5
22

33
- Update to the `1.34.0` version of the analysis server spec.
44

5-
# 0.2.4
5+
## 0.2.4
66

77
- Update to the `1.33.4` version of the analysis server spec.
88

9-
# 0.2.3
9+
## 0.2.3
1010

1111
- Add a sanity check for the availability of the Dart SDK.
1212

13-
# 0.2.2
13+
## 0.2.2
1414

1515
- Upgraded to the latest version (`1.32.8`) of the analysis server spec.
1616

17-
# 0.2.1
17+
## 0.2.1
1818

1919
- Fixed a null safety issue related to some results from the `edit.getRefactorings` call.
2020
- Updated the set of lints this package uses (now require >= Dart 2.15.0).
2121

22-
# 0.2.0
22+
## 0.2.0
2323

2424
- Upgraded to Dart 2.12.0 and null safety (thanks @xvrh!).

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: analysis_server_lib
22
description: A library to access Dart's analysis server API.
3-
43
version: 0.2.5
5-
homepage: https://github.com/devoncarew/analysis_server_lib
4+
repository: https://github.com/devoncarew/analysis_server_lib
65

76
environment:
87
sdk: '>=2.15.0 <4.0.0'

0 commit comments

Comments
 (0)