diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 419e5d9..cb8a1d7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -64,6 +64,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@master + - name: Install X11 dependencies + run: | + sudo apt-get update + sudo apt-get install --allow-unauthenticated -y -qq \ + libxcb-shape0-dev libxcb-xfixes0-dev - name: Publish uses: actions-rs/cargo@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5f9e8..d775ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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] + +## [1.5.3] - 2020-12-15 +### Fixed +- Install X11 dependencies for crates.io release + ## [1.5.2] - 2020-12-15 ### Added - Add codecov.yml