Skip to content

Commit 6157c23

Browse files
committed
preparing v0.2.3 release
1 parent 66bf5f6 commit 6157c23

14 files changed

+60
-56
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).
33

44

5-
## [Unreleased]
5+
## [v0.2.3] - 2016-05-19
66
### Added
77
- check left-alignment of chainIds & chainNames
88
- param argument for MMTF.traverse to traverse only the first model
@@ -51,7 +51,7 @@ All notable changes to this project will be documented in this file, following t
5151
- Initial release
5252

5353

54-
[Unreleased]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.2...HEAD
54+
[v0.2.3]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.2...v0.2.3
5555
[v0.2.2]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.1...v0.2.2
5656
[v0.2.1]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.0...v0.2.1
5757
[v0.2.0]: https://github.com/rcsb/mmtf-javascript/compare/v0.1.0...v0.2.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
[![Build Status](https://travis-ci.org/rcsb/mmtf-javascript.svg?branch=master)](https://travis-ci.org/rcsb/mmtf-javascript)
33
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/LICENSE)
4-
[![Version](http://img.shields.io/badge/version-0.2.2-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.2)
4+
[![Version](http://img.shields.io/badge/version-0.2.3-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.3)
55
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/CHANGELOG.md)
66

77

88
JavaScript decoder for MMTF files. For a description of the format see the [MMTF specification](https://github.com/rcsb/mmtf/blob/master/spec.md). See the full changelog is [here](https://github.com/rcsb/mmtf-javascript/blob/master/CHANGELOG.md).
99

1010

11-
## Version 0.2.2
11+
## Version 0.2.3
1212

13-
* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.2)
14-
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v0.2.2.zip)
15-
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v0.2.2/dist/mmtf.js)
16-
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v0.2.2/index.html)
13+
* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.3)
14+
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v0.2.3.zip)
15+
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v0.2.3/dist/mmtf.js)
16+
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v0.2.3/index.html)

dist/mmtf.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h4 class="modal-title">Search results</h4>
146146
<span class="jsdoc-message">
147147
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
148148

149-
on April 27th 2016, 12:02:22 pm
149+
on May 19th 2016, 11:32:06 am
150150

151151
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
152152
</span>

docs/api/module-MMTF.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ <h4 class="modal-title">Search results</h4>
10031003
<span class="jsdoc-message">
10041004
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
10051005

1006-
on April 27th 2016, 12:02:22 pm
1006+
on May 19th 2016, 11:32:06 am
10071007

10081008
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
10091009
</span>

docs/api/module-MmtfDecode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3194,7 +3194,7 @@ <h4 class="modal-title">Search results</h4>
31943194
<span class="jsdoc-message">
31953195
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
31963196

3197-
on April 27th 2016, 12:02:22 pm
3197+
on May 19th 2016, 11:32:06 am
31983198

31993199
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
32003200
</span>

0 commit comments

Comments
 (0)