Skip to content

Commit

Permalink
Release v0.5.5 (#11)
Browse files Browse the repository at this point in the history
* Release v0.5.5
* Fixup CI
  • Loading branch information
dopamane authored Jan 15, 2024
1 parent bc25597 commit e81b4f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion serialport.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: serialport
Version: 0.5.4
Version: 0.5.5
Cabal-Version: >= 1.10
Build-Type: Simple
license: BSD3
Expand Down

0 comments on commit e81b4f9

Please sign in to comment.