Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
bump files for 0.6.2
Browse files Browse the repository at this point in the history
- .gemspec: set the current date
- CHANGELOG.md: add changes for this version
- UPGRADING.md: add upgrade notes for this version
- VERSION: bump version
  • Loading branch information
Anthony Bargnesi committed Mar 23, 2016
1 parent 16be138 commit bf36130
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
'Nick Bargnesi',
'William Hayes'
]
spec.date = %q{2016-03-16}
spec.date = %q{2016-03-23}
spec.email = %q{[email protected]}
spec.files = [
Dir.glob('app/**/*.{json,rb,ru}'),
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to openbel-api will be documented in this file. The curated

This project adheres to [Semantic Versioning][Semantic Versioning].

## [0.6.2][0.6.2] - 2016-03-23
### Fixed
- Missing authorization header reported when header is malformed ([Issue #105][105]).

## [0.6.1][0.6.1] - 2016-03-16
### Changed
- Bumped gems specification date. Requires new version because 0.6.0 was yanked from RubyGems.
Expand Down Expand Up @@ -66,6 +70,7 @@ Datasets are stored with a URI computed from the scheme and host that is serving
- Retrieve equivalent namespace values from the individual.
- Retrieve orthologous namespace values from the individual.

[0.6.2]: https://github.com/OpenBEL/openbel-api/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/OpenBEL/openbel-api/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/OpenBEL/openbel-api/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/OpenBEL/openbel-api/compare/0.5.0...0.5.1
Expand All @@ -79,3 +84,4 @@ Datasets are stored with a URI computed from the scheme and host that is serving
[95]: https://github.com/OpenBEL/openbel-api/issues/95
[99]: https://github.com/OpenBEL/openbel-api/issues/99
[102]: https://github.com/OpenBEL/openbel-api/issues/102
[105]: https://github.com/OpenBEL/openbel-api/issues/105
8 changes: 8 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This files contains documentation for upgrading to specific versions of OpenBEL API.

## 0.6.2 Upgrade (2016-03-23)

Follow the instructions to upgrade to 0.6.0

### Installation

Install OpenBEL API 0.6.2 with `gem install openbel-api --version 0.6.2`.

## 0.6.1 Upgrade (2016-03-16)

Follow the instructions to upgrade to 0.6.0.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2

0 comments on commit bf36130

Please sign in to comment.