mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 04:14:32 +00:00
CHANGELOG: create skeleton (#167)
* CHANGELOG: create skeleton * workflows/ci: pin to windows-2019 for CI builds
This commit is contained in:
parent
2a1aa79d0a
commit
8d8daa5ccc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal file
@ -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
|
||||
|
||||
<!-- Release URLs -->
|
||||
[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
|
Loading…
x
Reference in New Issue
Block a user