Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 4, 2022
1 parent f48f37f commit ea7f064
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
---

## [Released]

## [0.11.0] - 2022-03-04

- Updated to FCS 41
- Add CreateType to SynModuleDecl
- Add optional access to CreateLongIdent
- Add CreateId to SynSimplePat and Add Create to SynSimplePats

## [0.10.0] - 2021-07-27
### Changed
- Updated to FCS 39
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = '0.9.0' # the version under development, update after a release
$version = '0.11.0' # the version under development, update after a release

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

0 comments on commit ea7f064

Please sign in to comment.