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

Commit

Permalink
bumped to 0.7.0; added CHANGELOG notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bargnesi committed Apr 12, 2016
1 parent d639392 commit c54f1e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to bel.rb will be documented in this file. The curated log b

This project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.0][0.7.0] - 2016-04-12
### Fixed
- RDF translation allows for RDF prefixes to be used. Default RDF prefixes are provided ([Issue #69][69]).

### Added
- Annotation and Namespace definitions can now be remapped using a YAML file ([Issue #92][92]).
- An example remap file can be obtained from the command `bel remapfile` ([Issue #92][92]).

## [0.6.0][0.6.0] - 2016-03-15
### Fixed
- Serialization of BEL Script / XBEL can produce incorrect annotation and namespaces references ([Issue #111][111]).
Expand Down Expand Up @@ -91,6 +99,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Development gem dependencies (i.e. byebug, pry, pry-byebug) for debugging.

[0.7.0]: https://github.com/OpenBEL/bel.rb/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/OpenBEL/bel.rb/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/OpenBEL/bel.rb/compare/0.4.2...0.5.0
[0.4.2]: https://github.com/OpenBEL/bel.rb/compare/0.4.1...0.4.2
Expand All @@ -108,12 +117,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[64]: https://github.com/OpenBEL/bel.rb/issues/64
[66]: https://github.com/OpenBEL/bel.rb/issues/66
[68]: https://github.com/OpenBEL/bel.rb/issues/68
[69]: https://github.com/OpenBEL/bel.rb/issues/69
[71]: https://github.com/OpenBEL/bel.rb/issues/71
[82]: https://github.com/OpenBEL/bel.rb/issues/82
[85]: https://github.com/OpenBEL/bel.rb/issues/85
[86]: https://github.com/OpenBEL/bel.rb/pull/86
[90]: https://github.com/OpenBEL/bel.rb/issues/90
[91]: https://github.com/OpenBEL/bel.rb/issues/91
[92]: https://github.com/OpenBEL/bel.rb/issues/92
[93]: https://github.com/OpenBEL/bel.rb/issues/93
[94]: https://github.com/OpenBEL/bel.rb/issues/94
[95]: https://github.com/OpenBEL/bel.rb/issues/95
Expand Down
2 changes: 1 addition & 1 deletion lib/bel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BEL
VERSION = '0.6.0'
VERSION = '0.7.0'
end

0 comments on commit c54f1e8

Please sign in to comment.