From 23c5bb1af65bc617f7f10b4ece593883889f84c2 Mon Sep 17 00:00:00 2001 From: Doc Walker <4-20ma@wvfans.net> Date: Sat, 29 Dec 2012 00:25:24 -0600 Subject: [PATCH] Version bump to v1.1.0 --- HISTORY.markdown | 33 +++++++++++++++++++++++++++++++++ VERSION | 2 +- i2c_adc_ads7828.h | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/HISTORY.markdown b/HISTORY.markdown index b2ca530..336e9a6 100644 --- a/HISTORY.markdown +++ b/HISTORY.markdown @@ -1,3 +1,36 @@ +## [v1.1.0 (2012-12-29)](/4-20ma/i2c_adc_ads7828/tree/v1.1.0) +- Update BUILD instructions to use rake tasks +- Add rake tasks for preparing/releasing source +- Remove leading 'v' from version +- Update BUILD.markdown instructions +- Update links to source code repo +- Update copyrights, contact info +- Undo wrap at 78 cols (doesn't affect output) +- Modify features section to wrap at 78 cols +- Revert to headings/bullets format +- First attempt at multi-line cells +- Add another line to the table +- Experiment with multiline table +- Add auto-links to each version in HISTORY +- Prefix link with / +- Add manual auto-link to v0.1 +- Try SHA auto-link on separate line +- Fix SHA auto-link, try tag auto-link +- Add SHA1 to HISTORY v0.1 +- Cleanup markdown syntax; fix example pluralization +- Add hanging indent on installation section +- Work on hanging indent +- Experiment with multiline bulleted layout +- Remove horizontal rules +- Replace bullets * with - +- Convert BUILD from text to markdown +- Change BUILD to use extension .markdown +- Add horizontal rules to HISTORY +- Change README extension to .markdown (was .mkd) +- Revise HISTORY to be clearer when viewed as text +- Move history to separate file + +--- ## [v1.0.2 (2012-01-07)](/4-20ma/i2c_adc_ads7828/tree/v1.0.2) - Fix ADS7828::device() diff --git a/VERSION b/VERSION index 6d7de6e..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.1.0 diff --git a/i2c_adc_ads7828.h b/i2c_adc_ads7828.h index 05ddab5..5522d82 100644 --- a/i2c_adc_ads7828.h +++ b/i2c_adc_ads7828.h @@ -38,7 +38,7 @@ /// package. /// \author Doc Walker /// \version \verbinclude VERSION -/// \date 7 Jan 2012 +/// \date 29 Dec 2012 /// \copyright GNU General Public License v3 /// \par Source Code Repository: /// https://github.com/4-20ma/i2c_adc_ads7828