Skip to content

Releases: degory/ghul

v0.6.4

19 Jan 17:43
7bd0fe2
Compare
Choose a tag to compare

Update URLs to reference new website domain (#1022)

Documentation:

v0.6.3

16 Jan 21:32
5d86ab8
Compare
Choose a tag to compare

Performance improvements (#1021)

Enhancements:

  • Improve compile speed by optimizing type comparisons
  • Speed up response to edits in VSCE by fully compiling the edited file but only partially compiling the remainder of the project, and then subsequently doing a full project compile only where needed to serve any following VSCE requests.

Bugs fixed:

  • Fix bug where errors could persist is VSCode, by tracking diagnostics in the compiler rather than the VSCE

v0.6.2

06 Dec 21:18
f645894
Compare
Choose a tag to compare

Update README for .NET 8 (#1019)

Documentation:

  • Change references to .NET 6 in the README to reference .NET 8

v0.6.1

06 Dec 21:07
1db7758
Compare
Choose a tag to compare

Update to release versions of compiler tools (#1018)

Technical:

  • Update ghul compiler and test runner to latest release versions

v0.6.0

06 Dec 20:38
56c2543
Compare
Choose a tag to compare

Migrate from .NET 6 to .NET 8 (#1017)

Technical:

  • Require .NET 8 SDK
  • Target .NET 8 runtime

v0.5.31

15 Mar 12:11
afde8dc
Compare
Choose a tag to compare

Bump CI workflow GitHub checkout actions to latest (#982)

Technical:

  • Bump actions/checkout from v2 to v3 as v2 is deprecated
  • Remove duplicate assembly references from unit test project

v0.5.30

14 Mar 19:25
e1d5342
Compare
Choose a tag to compare

Fix build issue (#984)

Technical:

  • Remove broken workflow permissions

v0.5.28

14 Mar 18:41
eee506d
Compare
Choose a tag to compare

Bump MSTest.TestAdapter from 2.2.8 to 3.0.2 in /unit-tests/.dependabot (#971)

Bumps MSTest.TestAdapter from 2.2.8 to 3.0.2.


updated-dependencies:

  • dependency-name: MSTest.TestAdapter
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.27

14 Mar 18:32
7ffb93a
Compare
Choose a tag to compare

Bump MSTest.TestFramework from 2.2.8 to 3.0.2 in /unit-tests/.dependabot (#972)

Bumps MSTest.TestFramework from 2.2.8 to 3.0.2.


updated-dependencies:

  • dependency-name: MSTest.TestFramework
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: degory degory@users.noreply.github.com

v0.5.26

14 Mar 18:26
0c9cb1c
Compare
Choose a tag to compare

Bump Moq from 4.17.2 to 4.18.4 in /unit-tests/.dependabot (#973)

Bumps Moq from 4.17.2 to 4.18.4.


updated-dependencies:

  • dependency-name: Moq
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: degory degory@users.noreply.github.com