From 6d807b4a1876e32ff74f3ae6b48a9ac90049036a Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sun, 21 Apr 2024 18:17:44 -0500 Subject: [PATCH] Changelog for v0.64.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6039f59f..c251b213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. 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). +## [0.64.0] - 2024-04-21 + +### Added + +* [Support for loading projects that are missing or have invalid Imports](https://github.com/ionide/proj-info/pull/206) +* [Traversal projects can now be loaded successfully](https://github.com/ionide/proj-info/pull/207) + +### Changed + +* [Removed some uses of APIs that do not work from single-file publishing](https://github.com/ionide/proj-info/pull/204) + ## [0.63.0] - 2024-02-06 ### Changed