Skip to content

Commit ea7f064

Browse files
committed
bump version to 0.11.0
1 parent f48f37f commit ea7f064

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
99
---
1010

1111
## [Released]
12+
13+
## [0.11.0] - 2022-03-04
14+
15+
- Updated to FCS 41
16+
- Add CreateType to SynModuleDecl
17+
- Add optional access to CreateLongIdent
18+
- Add CreateId to SynSimplePat and Add Create to SynSimplePats
19+
1220
## [0.10.0] - 2021-07-27
1321
### Changed
1422
- Updated to FCS 39

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version = '0.9.0' # the version under development, update after a release
1+
$version = '0.11.0' # the version under development, update after a release
22

33
dotnet tool restore
44
dotnet build -c Release FsAst.sln /p:Version=$version

0 commit comments

Comments
 (0)