From e81b4f90335324d4731f2a709757bcb74dff580c Mon Sep 17 00:00:00 2001 From: David Cox Date: Mon, 15 Jan 2024 15:25:34 -0800 Subject: [PATCH] Release v0.5.5 (#11) * Release v0.5.5 * Fixup CI --- .github/workflows/haskell.yml | 4 ++-- CHANGELOG.md | 6 ++++++ serialport.cabal | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3334cdb..72adfd6 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -2,9 +2,9 @@ name: Haskell CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] schedule: # run at the start of every day - cron: '0 0 * * *' diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a799a..bcdb13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.5.5 (1/15/2024) +================= +* Fix runtime error on Windows [6](https://github.com/standardsemiconductor/serialport/pull/6) +* Deprecate String `fdRead` [9](https://github.com/standardsemiconductor/serialport/pull/9) +* Update to unix-2.8 [8](https://github.com/standardsemiconductor/serialport/pull/8) + 0.5.4 (12/02/2022) ================== * Update package dependency constraints diff --git a/serialport.cabal b/serialport.cabal index d43a947..2c7bde2 100644 --- a/serialport.cabal +++ b/serialport.cabal @@ -1,5 +1,5 @@ Name: serialport -Version: 0.5.4 +Version: 0.5.5 Cabal-Version: >= 1.10 Build-Type: Simple license: BSD3