From 9aa9d4476456ed551d123b2a8fc09419d827f93f Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 22 Feb 2016 12:00:31 +0100 Subject: [PATCH] Prepare 1.2.0 release --- CHANGELOG.md | 2 +- README.md | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1017f6..630e37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # asciinema changelog -## master +## 1.2.0 (2016-02-22) * Added playback from stdin: `cat demo.json | asciinema play -` * Added playback from IPFS: `asciinema play ipfs:/ipfs/QmcdXYJp6e4zNuimuGeWPwNMHQdxuqWmKx7NhZofQ1nw2V` diff --git a/README.md b/README.md index 4a580f4..b2aead0 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,6 @@ source [contributors](https://github.com/asciinema/asciinema/contributors) ## License -Copyright © 2011-2015 Marcin Kulik. +Copyright © 2011-2016 Marcin Kulik. All code is licensed under the GPL, v3 or later. See LICENSE file for details. diff --git a/main.go b/main.go index 070d475..41e1db7 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "github.com/asciinema/asciinema/util" ) -const Version = "1.1.1" +const Version = "1.2.0" var usage = `Record and share your terminal sessions, the right way.