From 37d22503bfec2281cc8a41dd18fdd3ef4965f101 Mon Sep 17 00:00:00 2001 From: 7sharp9 Date: Mon, 11 Oct 2021 15:37:53 +0100 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 2 ++ Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6291c86d..18fa296f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- More Ast extension to make creating Ast nodes easier ## [0.6.3] ### Fixed diff --git a/Directory.Build.props b/Directory.Build.props index f2403ddb..437a3a6e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ https://github.com/$(gitOwner) $(gitHome)/$(gitName) $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg")) - 0.6.3 + 0.6.4 $(VersionPrefix)$(VersionSuffix) net5.0