From ae30599ff2bf0d85a0f3a5535c85e4b1429ac55f Mon Sep 17 00:00:00 2001 From: "Ryan (Pololu)" Date: Wed, 17 Aug 2016 16:17:36 -0700 Subject: [PATCH] update changelog; bump version --- README.md | 4 +++- library.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4492da..389ba7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arduino library for Pololu LSM303 boards -Version: 3.0.0
+Version: 3.0.1
Release date: 2016-08-17
[![Build Status](https://travis-ci.org/pololu/lsm303-arduino.svg?branch=master)](https://travis-ci.org/pololu/lsm303-arduino)
[www.pololu.com](https://www.pololu.com/) @@ -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 diff --git a/library.properties b/library.properties index 64616ae..26eff6d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LSM303 -version=3.0.0 +version=3.0.1 author=Pololu maintainer=Pololu sentence=Arduino library for Pololu LSM303 boards