Skip to content

Commit

Permalink
update changelog; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan (Pololu) committed Aug 17, 2016
1 parent be88750 commit ae30599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# Arduino library for Pololu LSM303 boards

Version: 3.0.0 <br>
Version: 3.0.1 <br>
Release date: 2016-08-17 <br>
[![Build Status](https://travis-ci.org/pololu/lsm303-arduino.svg?branch=master)](https://travis-ci.org/pololu/lsm303-arduino)<br>
[www.pololu.com](https://www.pololu.com/)
Expand Down Expand Up @@ -256,6 +256,8 @@ register addresses depending on the device type.

## Version history

* 3.0.1 (2016-08-17): Used PI instead of M_PI because M_PI is not
defined for Arduino/Genuino 101.
* 3.0.0 (2016-08-17): Updated library to work with the Arduino Library Manager.
* 2.1.0 (2015-02-05): Improved autodetect behavior in `init()`;
reverted argument types in register access functions to allow
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=LSM303
version=3.0.0
version=3.0.1
author=Pololu
maintainer=Pololu <inbox@pololu.com>
sentence=Arduino library for Pololu LSM303 boards
Expand Down

0 comments on commit ae30599

Please sign in to comment.