From 8d8daa5ccc3cae1a67a263d07e550bb05bae9e57 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 25 Feb 2022 10:23:59 -0500 Subject: [PATCH] CHANGELOG: create skeleton (#167) * CHANGELOG: create skeleton * workflows/ci: pin to windows-2019 for CI builds --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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