Skip to content

Releases: degory/ghul-test

v1.3.3

12 Mar 21:49
ee4b851
Compare
Choose a tag to compare

Update to latest runtime (#104)

  • Bump runtime library to latest version
  • Bump compiler tool to latest version

Notes: the compiler integration tests reference the runtime library that's packaged with ghul-test, so we need to take the runtime package update here before the compiler can also take it.

v1.3.2

20 Feb 12:33
c188f64
Compare
Choose a tag to compare

Update to latest runtime (#103)

  • Bump runtime library to latest version
  • Bump compiler tool to latest version

Notes: the compiler integration tests reference the runtime library that's packaged with ghul-test, so we need to take the runtime package update here before the compiler can also take it.

v1.3.1

13 Feb 19:56
6a9aa47
Compare
Choose a tag to compare

Update to latest runtime (#102)

  • Bump runtime library to latest version
  • Bump compiler tool to latest version

Notes: the compiler integration tests reference the runtime library that's packaged with ghul-test, so we need to take the runtime package update here before the compiler can also take it.

v1.3.0

09 Feb 16:09
95b442a
Compare
Choose a tag to compare

Update to latest runtime (#101)

  • Bump runtime library to version that integrates the ghūl MSBuild targets
  • Bump compiler tool to latest
  • Use Directory.Packages.props for central package version management
  • Switch to a single Dependabot config across the main project and the two test projects

Bumps #minor version

v1.2.0

08 Feb 19:23
dd08ed5
Compare
Choose a tag to compare

Update to latest runtime (#100)

  • Bump runtime library to version that integrates the ghūl port of the pipes library
  • Bump compiler tool to version that supports pipes integrated into the ghūl runtime library

Notes: the compiler integration tests reference the runtime library that's packaged with ghul-test, so we need to take the runtime package update here before the compiler can also take it.

Bumps #minor version

v1.1.6

05 Feb 20:26
0358283
Compare
Choose a tag to compare

Add support for building tests with dotnet build (#97)

  • Add a command line option --use-dotnet-build, to support tests that have additional dependencies or otherwise need the MSbuild build process

v1.1.5

03 Feb 18:59
5b7a018
Compare
Choose a tag to compare

Fix broken URLs in project file (#93)

  • Fix package project URL to point at https://ghul.dev
  • Remove .git from the repository URL

v1.1.4

02 Feb 22:51
bf48c91
Compare
Choose a tag to compare

Add ghūl logo (#92)

  • Add the ghūl logo to the NuGet package
  • Bump ghūl dependencies to latest

v1.1.3

02 Feb 20:03
3f5657d
Compare
Choose a tag to compare

Fix issues running on Windows (#91)

  • Use grep -F rather than fgrep for compatibility with Git for Windows MSYS2, where fgrep is a script.
  • Fix issue where paths on Windows were wrongly constructed, causing the compiler not to find source files.

v1.1.2

01 Feb 20:10
c63de38
Compare
Choose a tag to compare

Update dependencies (#90)

  • Bump runtime to latest version
  • Bump pipes to latest version
  • Bump compiler tool to latest version