From 267c00e2725b4e59b6a658a907faaf31f3c91c39 Mon Sep 17 00:00:00 2001 From: ryanoasis Date: Sun, 7 May 2017 13:18:46 -0400 Subject: [PATCH] Updates changelog and version bump for v0.9.1 --- .../airline/extensions/tabline/formatters/webdevicons.vim | 2 +- autoload/vimfiler/columns/devicons.vim | 2 +- changelog.md | 4 ++++ nerdtree_plugin/webdevicons.vim | 2 +- plugin/webdevicons.vim | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/autoload/airline/extensions/tabline/formatters/webdevicons.vim b/autoload/airline/extensions/tabline/formatters/webdevicons.vim index e7364ed..4a1666e 100644 --- a/autoload/airline/extensions/tabline/formatters/webdevicons.vim +++ b/autoload/airline/extensions/tabline/formatters/webdevicons.vim @@ -1,4 +1,4 @@ -" Version: 0.9.0 +" Version: 0.9.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE diff --git a/autoload/vimfiler/columns/devicons.vim b/autoload/vimfiler/columns/devicons.vim index 0d013ec..d4ccb82 100644 --- a/autoload/vimfiler/columns/devicons.vim +++ b/autoload/vimfiler/columns/devicons.vim @@ -1,6 +1,6 @@ "============================================================================= " FILE: devicons.vim -" Version: 0.9.0 +" Version: 0.9.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: MIT license {{{ diff --git a/changelog.md b/changelog.md index d97ffce..22964b2 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ CHANGELOG ================================================================================ This project is using [Semantic Versioning 2.0.0](http://semver.org/) +- v0.9.1 + - Added `sass` filetype (PR #202) (@toastal) + - Fixed NERDTree open/close folder icon bugs (fixes #194) + - Fixed possible glyph artifacts on open/close folder glyphs - v0.9.0 - Added support for [Denite](https://github.com/Shougo/denite.nvim) (PR #191) (@0phoff) - Added symbol for byte order marker (BOM) (utf-8) (PR #199) (@Snaptags) diff --git a/nerdtree_plugin/webdevicons.vim b/nerdtree_plugin/webdevicons.vim index b8c689f..e94ffd1 100644 --- a/nerdtree_plugin/webdevicons.vim +++ b/nerdtree_plugin/webdevicons.vim @@ -1,4 +1,4 @@ -" Version: 0.9.0 +" Version: 0.9.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index ceaa634..7ddabb6 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -1,9 +1,9 @@ -" Version: 0.9.0 +" Version: 0.9.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE -let s:version = '0.9.0' +let s:version = '0.9.1' let s:plugin_home = expand(':p:h:h') " set scriptencoding after 'encoding' and when using multibyte chars