Skip to content

Commit

Permalink
Update Changelog for recent PRs
Browse files Browse the repository at this point in the history
    git log --format=%s --reverse --first-parent $(git describe --tags --abbrev=0).. |
        grep --only-matching --extended-regexp '#\d+' |
        xargs -n1 gh pr view --json title,number --template $'- {{.title}} (#{{.number}})\n' > changes
    sed -i '' '/##.*Unreleased/r changes' Changelog.md
    rm changes
    git add Changelog.md
  • Loading branch information
kulp committed Jul 2, 2021
1 parent e76316e commit 5e3c059
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Prefer sdl2-config over pkg-config (#82)
- Run `apt-get update` before installing packages from APT (#84)
- Fix crash in SDLVGA on macOS Big Sur 11.2 (#83)
- Remove Xilinx support (#86)
- Introduce collected hardware changes for ulx3s (#88)
- Introduce a yosys flow for ULX3S (#87)
- Build on macOS Big Sur (#85)

## [0.9.8] - 2021-01-01
### Added
Expand Down

0 comments on commit 5e3c059

Please sign in to comment.