Skip to content

Commit 5ef46d9

Browse files
committed
v1.3.2 release
1 parent 2357e5c commit 5ef46d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.3.2
4+
5+
* Bug fixes
6+
* Fix incorrect switch in C that caused flow control enum to be incorrect.
7+
Thanks to Lee Bannard
8+
39
## v1.3.1
410

511
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.UART.MixProject do
22
use Mix.Project
33

4-
@version "1.3.1"
4+
@version "1.3.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)