Skip to content

Commit

Permalink
Version bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Sep 27, 2016
1 parent b2c2d00 commit 3c5987a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# i2c_adc_ads7828 CHANGELOG

## [v2.0.0](https:/4-20ma/i2c_adc_ads7828/tree/v2.0.0) (2016-09-26)
[Full Changelog](https:/4-20ma/i2c_adc_ads7828/compare/v1.1.5...v2.0.0)

IMPROVEMENTS

- Add Code of Conduct [\#16](https:/4-20ma/i2c_adc_ads7828/pull/16) ([4-20ma](https:/4-20ma))
- \[BREAK\] Change project license to Apache 2.0 [\#8](https:/4-20ma/i2c_adc_ads7828/pull/8) ([4-20ma](https:/4-20ma))
- Automate CHANGELOG [\#6](https:/4-20ma/i2c_adc_ads7828/pull/6) ([4-20ma](https:/4-20ma))
- Add continuous integration testing via Travis CI [\#4](https:/4-20ma/i2c_adc_ads7828/pull/4) ([4-20ma](https:/4-20ma))
- \[BREAK\] Update to IDE 1.5 library format v2.1 [\#3](https:/4-20ma/i2c_adc_ads7828/pull/3) ([4-20ma](https:/4-20ma))

OTHER

- Fix README link to examples folder [\#20](https:/4-20ma/i2c_adc_ads7828/pull/20) ([4-20ma](https:/4-20ma))
- Remove extraneous \#includes/whitespace [\#18](https:/4-20ma/i2c_adc_ads7828/pull/18) ([4-20ma](https:/4-20ma))
- Update README content, layout, extension [\#14](https:/4-20ma/i2c_adc_ads7828/pull/14) ([4-20ma](https:/4-20ma))
- Add standard files to .gitignore [\#12](https:/4-20ma/i2c_adc_ads7828/pull/12) ([4-20ma](https:/4-20ma))
- Rename .pde files .ino [\#10](https:/4-20ma/i2c_adc_ads7828/pull/10) ([4-20ma](https:/4-20ma))

## [v1.1.5](https:/4-20ma/i2c_adc_ads7828/tree/v1.1.5) (2012-12-29)
[Full Changelog](https:/4-20ma/i2c_adc_ads7828/compare/v1.1.4...v1.1.5)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
2.0.0
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = i2c_adc_ads7828
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = v1.1.5
PROJECT_NUMBER = v2.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
Binary file removed extras/i2c_adc_ads7828 reference-1.1.5.pdf
Binary file not shown.
Binary file added extras/i2c_adc_ads7828 reference-2.0.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=i2c_adc_ads7828
version=1.1.5
version=2.0.0
author=Doc Walker
maintainer=Doc Walker <[email protected]>
sentence=Arduino library for the Texas Instruments ADS7828 12-bit, 8-channel I2C A/D converter.
Expand Down
2 changes: 1 addition & 1 deletion src/i2c_adc_ads7828.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/// \mainpage Arduino library for TI ADS7828 I2C A/D converter.
/// \version \verbinclude VERSION
/// \date 29 Dec 2012
/// \date 26 Sep 2016
/// \par Source Code Repository:
/// https:/4-20ma/i2c_adc_ads7828
/// \par Programming Style Guidelines:
Expand Down

0 comments on commit 3c5987a

Please sign in to comment.