Skip to content

Commit

Permalink
Bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Nov 17, 2017
1 parent e2f56d5 commit a5e42a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.3] - 2017-11-17
### Changed
- Updated the `CHANGELOG.md` formatting.
[#3](https://github.com/OSC/ood_support/issues/3)
Expand All @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.2...HEAD
[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/OSC/ood_support/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/OSC/ood_support/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion lib/ood_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodSupport
# The current version of {OodSupport}
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit a5e42a1

Please sign in to comment.