Skip to content

Commit

Permalink
preparing 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Aug 15, 2016
1 parent 60d3c39 commit 8910393
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log
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]
### Added
## [v1.0.0] - 2016-08-15
### Changed
- use mmtf version 1.0 url


## [v0.3.0] - 2016-06-08
### Added
Expand Down Expand Up @@ -70,7 +72,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/v0.3.0...HEAD
[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
[v0.2.2]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.1...v0.2.2
Expand Down
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Change the version number in:
- README.md
- CHANGELOG.md
- src/mmtf.js
- docs/api-overview.md

Make sure the distribution files are up-to-date.

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@

[![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-0.3.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.3.0)
[![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)
[![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

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)
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v1.0.0/index.html)


## Version 0.3.0

Supporting MMTF v0.2
Expand Down
2 changes: 1 addition & 1 deletion dist/mmtf-decode.js

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

Loading

0 comments on commit 8910393

Please sign in to comment.