Skip to content

Commit

Permalink
preparing 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Jun 26, 2017
1 parent 02c3d13 commit 4710d80
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
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/).


## [Unreleased]
## [v1.0.1] - 2017-06-26
### Changed
- don't set protocol in base url to allow https
- fixed size calculation in encodePacking


## [v1.0.0] - 2016-08-15
Expand Down Expand Up @@ -78,7 +79,7 @@ All notable changes to this project will be documented in this file, following t
- Initial release


[Unreleased]: https://github.com/rcsb/mmtf-javascript/compare/v1.0.0...HEAD
[v1.0.1]: https://github.com/rcsb/mmtf-javascript/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/rcsb/mmtf-javascript/compare/v0.3.0...v1.0.0
[v0.3.0]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.3...v0.3.0
[v0.2.3]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.2...v0.2.3
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

[![Build Status](https://travis-ci.org/rcsb/mmtf-javascript.svg?branch=master)](https://travis-ci.org/rcsb/mmtf-javascript)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/LICENSE)
[![Version](http://img.shields.io/badge/version-1.0.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v1.0.0)
[![Version](http://img.shields.io/badge/version-1.0.1-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v1.0.1)
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/CHANGELOG.md)


JavaScript encoder and 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).


## Version 1.0.0
## Version 1.0.1

Supporting MMTF v1.0

* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v1.0.0)
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v1.0.0.zip)
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v1.0.0/dist/mmtf.js)
* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v1.0.1)
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v1.0.1.zip)
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v1.0.1/dist/mmtf.js)
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v1.0.0/index.html)


Expand Down
2 changes: 1 addition & 1 deletion dist/mmtf-encode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4710d80

Please sign in to comment.