From b93b4243e7364f0d94737d0e6f61bc190fd12e4b Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 12 Aug 2019 16:54:48 +0530 Subject: [PATCH] [docs] Updates CHANGELOG --- CHANGELOG.md | 8 +++++--- README.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efec383..908bac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Dockerfile +## 0.2.0 - 2019-08-12 + +- Adds export command (See [#1013](https://github.com/outline/outline/pull/1013) for corresponding Outline PR) +- Adds support for running import|export via Docker +- Sets up `outline-export` and `outline-import` as rubygem executables ## 0.1.1 - 2019-07-24 @@ -18,5 +22,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release - -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD diff --git a/README.md b/README.md index 485bf06..fe117b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Outliner [![Gem Version](https://badge.fury.io/rb/outliner.svg)](https://badge.fury.io/rb/outliner) +# Outliner [![Gem Version](https://badge.fury.io/rb/outliner.svg)](https://badge.fury.io/rb/outliner) [![](https://images.microbadger.com/badges/version/captn3m0/outliner:v0.2.0.svg)](https://microbadger.com/images/captn3m0/outliner:v0.2.0 'Get your own version badge on microbadger.com') [![](https://images.microbadger.com/badges/version/captn3m0/outliner:latest.svg)](https://microbadger.com/images/captn3m0/outliner:latest 'Get your own version badge on microbadger.com') A simple HTTParty based wrapper for the [Outline API](https://www.getoutline.com/developers). It also offers a one-line import option to let you migrate an existing set of Markdown files to Outline. For quickly running export/import commands, you can use the Docker Image as well.