diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 179106d..1bc76c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: build-arch: ["x64", "Win32"] build-type: ["Debug", "Release"] build-shared: ["0", "1"] - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6540b61 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to `pe-parse` will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +All versions prior to [2.0.0] are untracked. + +## [Unreleased] - ReleaseDate + +### Added + +### Changed + +### Removed + +### Fixed + + +[Unreleased]: https://github.com/trailofbits/pe-parse/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/trailofbits/pe-parse/compare/v1.3.0...v2.0.0