Skip to content

Commit 0515575

Browse files
committed
Release 1.3.0.
1 parent 04ff37f commit 0515575

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- None
13+
14+
### Changed
15+
16+
- None
17+
18+
### Removed
19+
20+
- None
21+
22+
### Fixed
23+
24+
- None
25+
26+
### Security
27+
28+
- None
29+
30+
## [1.3.0] 2019-07-25
31+
1032
### Removed
1133

1234
- Remove the `void begin(unsigned long speed, size_t port)` function.

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PacketSerial
2-
version=1.2.0
2+
version=1.3.0
33
author=Christopher Baker <[email protected]>
44
maintainer=Christopher Baker <[email protected]>
55
sentence=An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.

0 commit comments

Comments
 (0)