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

Commit

Permalink
bumped changelog for 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bargnesi committed Aug 7, 2015
1 parent 95d2784 commit 2e098be
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
62 changes: 32 additions & 30 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,39 +1,41 @@
<html>
<head>
<title>bel.rb - Change log</title>
</head>
<body>
<h1>Change Log</h1>
<h1>Change Log</h1>

<p>All notable changes to bel.rb will be documented in this file. The curated log begins at changes to version 0.3.2.</p>
<p>All notable changes to bel.rb will be documented in this file. The curated log begins at changes to version 0.3.2.</p>

<p>This project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<p>This project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>

<h2><a href="https://github.com/OpenBEL/bel.rb/compare/0.3.1...0.3.2">0.3.2</a> - 2015-07-31</h2>
<h2><a href="https://github.com/OpenBEL/bel.rb/compare/0.3.2...0.3.3">0.3.3</a> - 2015-08-07</h2>

<h3>Fixed</h3>
<h3>Fixed</h3>

<ul>
<li>Allow whitespace (space/tab) within blank lines (<a href="https://github.com/OpenBEL/bel.rb/issues/13">Issue #13</a>).</li>
<li>Parse CRLF line terminators (i.e. Windows) when parsing BEL Script (<a href="https://github.com/OpenBEL/bel.rb/issues/21">Issue #21</a>).</li>
<li>Allow whitespace before BEL Script records (<a href="https://github.com/OpenBEL/bel.rb/issues/25">Issue #25</a>).</li>
<li>Support RDF conversion of unicode string literals (<a href="https://github.com/OpenBEL/bel.rb/issues/40">Issue #40</a>).</li>
<li>Support translation from and to RDF (<a href="https://github.com/OpenBEL/bel.rb/issues/51">Issue #51</a>).</li>
<li>(Regression) Unable to parse BEL files on Windows (<a href="https://github.com/OpenBEL/bel.rb/issues/59">Issue #59</a>).</li>
<li>RDF "hasConcept" property triple is missing namespace (<a href="https://github.com/OpenBEL/bel.rb/issues/64">Issue #64</a>).</li>
</ul>
<ul>
<li>ResourceIndex integration test causes intermittent timeouts (<a href="https://github.com/OpenBEL/bel.rb/issues/61">Issue #61</a>).</li>
<li>Support running on JRuby, including libbel native library (<a href="https://github.com/OpenBEL/bel.rb/issues/68">Issue #68</a>).</li>
</ul>

<h3>Changed</h3>
<h2><a href="https://github.com/OpenBEL/bel.rb/compare/0.3.1...0.3.2">0.3.2</a> - 2015-07-31</h2>

<ul>
<li>Updates defined namespaces to reflect the <a href="http://resource.belframework.org/belframework/20150611/">20150611</a> resources.</li>
<li>Full support for all BEL functions and relationships during RDF conversion.</li>
</ul>
<h3>Fixed</h3>

<h3>Added</h3>
<ul>
<li>Allow whitespace (space/tab) within blank lines (<a href="https://github.com/OpenBEL/bel.rb/issues/13">Issue #13</a>).</li>
<li>Parse CRLF line terminators (i.e. Windows) when parsing BEL Script (<a href="https://github.com/OpenBEL/bel.rb/issues/21">Issue #21</a>).</li>
<li>Allow whitespace before BEL Script records (<a href="https://github.com/OpenBEL/bel.rb/issues/25">Issue #25</a>).</li>
<li>Support RDF conversion of unicode string literals (<a href="https://github.com/OpenBEL/bel.rb/issues/40">Issue #40</a>).</li>
<li>Support translation from and to RDF (<a href="https://github.com/OpenBEL/bel.rb/issues/51">Issue #51</a>).</li>
<li>(Regression) Unable to parse BEL files on Windows (<a href="https://github.com/OpenBEL/bel.rb/issues/59">Issue #59</a>).</li>
<li>RDF "hasConcept" property triple is missing namespace (<a href="https://github.com/OpenBEL/bel.rb/issues/64">Issue #64</a>).</li>
</ul>

<ul>
<li>Development gem dependencies (i.e. byebug, pry, pry-byebug) for debugging.</li>
</ul>
</body>
</html>
<h3>Changed</h3>

<ul>
<li>Updates defined namespaces to reflect the <a href="http://resource.belframework.org/belframework/20150611/">20150611</a> resources.</li>
<li>Full support for all BEL functions and relationships during RDF conversion.</li>
</ul>

<h3>Added</h3>

<ul>
<li>Development gem dependencies (i.e. byebug, pry, pry-byebug) for debugging.</li>
</ul>
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ 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.3.3][0.3.3] - 2015-08-05
## [0.3.3][0.3.3] - 2015-08-07
### Fixed

- ResourceIndex integration test causes intermittent timeouts ([Issue #61][61]).
- Support running on JRuby, including libbel native library ([Issue #68][68]).

## [0.3.2][0.3.2] - 2015-07-31
### Fixed
Expand All @@ -25,11 +26,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Development gem dependencies (i.e. byebug, pry, pry-byebug) for debugging.

[0.3.2]: https://github.com/OpenBEL/bel.rb/compare/0.3.1...0.3.2
[0.3.3]: https://github.com/OpenBEL/bel.rb/compare/0.3.2...0.3.3
[13]: https://github.com/OpenBEL/bel.rb/issues/13
[21]: https://github.com/OpenBEL/bel.rb/issues/21
[25]: https://github.com/OpenBEL/bel.rb/issues/25
[40]: https://github.com/OpenBEL/bel.rb/issues/40
[51]: https://github.com/OpenBEL/bel.rb/issues/51
[59]: https://github.com/OpenBEL/bel.rb/issues/59
[61]: https://github.com/OpenBEL/bel.rb/issues/61
[64]: https://github.com/OpenBEL/bel.rb/issues/64
[68]: https://github.com/OpenBEL/bel.rb/issues/68
[20150611]: http://resource.belframework.org/belframework/20150611/
1 change: 1 addition & 0 deletions bel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
Dir.glob('ext/**/*.{c,h,def}'),
Dir.glob('lib/bel/libbel/ext/{java,mingw}/**/*.{so,bundle}'),
__FILE__,
'CHANGELOG.md',
'LICENSE',
'INSTALL.md',
'INSTALL_RUBY.md',
Expand Down

0 comments on commit 2e098be

Please sign in to comment.