Skip to content

Commit

Permalink
Version bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Dec 29, 2012
1 parent 438e563 commit 23c5bb1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions HISTORY.markdown
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
2 changes: 1 addition & 1 deletion i2c_adc_ads7828.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c5bb1

Please sign in to comment.