Skip to content

Commit

Permalink
Updating the version to 3.1.1 from 3.1.0, improving the library descr…
Browse files Browse the repository at this point in the history
…iption, and adding the latest changes to the CHANGELOG.
  • Loading branch information
ssilverman committed May 15, 2019
1 parent 3926395 commit 53726a9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This document details the changes between each release.

## [3.1.1]

### Added
* New section in the README that describes how to connect DMX via a transceiver
to a Teensy. See the new "Hardware connection" section under
"Technical notes".

### Changed
* Updated library description.

### Fixed
* Added some missing literals to `keywords.txt`.

## [3.1.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TeensyDMX",
"description": "A DMX library for the Teensy. This can both send and receive.",
"description": "A full-featured DMX library for Teensy 3 and Teensy LC. Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).",
"keywords": "dmx, teensy",
"authors": {
"name": "Shawn Silverman",
Expand All @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ssilverman/TeensyDMX"
},
"version": "3.1.0",
"version": "3.1.1",
"license": "BSD-3-Clause-Clear",
"homepage": "https://github.com/ssilverman/TeensyDMX",
"frameworks": "arduino",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=TeensyDMX
version=3.1.0
version=3.1.1
author=Shawn Silverman <[email protected]>
maintainer=Shawn Silverman <[email protected]>
sentence=A DMX library for the Teensy.
paragraph=This implements both receive and transmit functionality.
sentence=A full-featured DMX library for Teensy 3 and Teensy LC.
paragraph=Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).
category=Communication
url=https://github.com/ssilverman/TeensyDMX
architectures=*
Expand Down

0 comments on commit 53726a9

Please sign in to comment.