From 8c4a4dea18c4d625f34e56cfdf271e40fdda0d3d Mon Sep 17 00:00:00 2001 From: Alexander Rose Date: Wed, 8 Jun 2016 18:03:55 -0700 Subject: [PATCH] preparing v0.2 release --- CHANGELOG.md | 4 ++-- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c2cd5..8650e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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] +## [v0.2] ### Added - WIP: faq.md - numGroups, numChains, numModels fields @@ -25,4 +25,4 @@ All notable changes to this project will be documented in this file, following t - Initial release -[Unreleased]: https://github.com/rcsb/mmtf/compare/v0.1...HEAD \ No newline at end of file +[v0.2]: https://github.com/rcsb/mmtf/compare/v0.1...v0.2 \ No newline at end of file diff --git a/README.md b/README.md index 70e9b69..de10bc4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ The following encoding/decoding libaries implementing the specification are avai * [JavaScript decoder](https://github.com/rcsb/mmtf-javascript) +## Version 0.2 + +* [See changelog](https://github.com/rcsb/mmtf/releases/tag/v0.2) +* [See specification](https://github.com/rcsb/mmtf/blob/v0.2/spec.md) +* [See test-suite](https://github.com/rcsb/mmtf/blob/v0.2/test-suite) +* [Download release](https://github.com/rcsb/mmtf/archive/v0.2.zip) + + ## Version 0.1 * [See changelog](https://github.com/rcsb/mmtf/releases/tag/v0.1)