Skip to content

Commit

Permalink
Updates changelog and version bump for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed May 7, 2017
1 parent 12d2dce commit 267c00e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.9.0
" Version: 0.9.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE
Expand Down
2 changes: 1 addition & 1 deletion autoload/vimfiler/columns/devicons.vim
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
" License: MIT license {{{
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion nerdtree_plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.9.0
" Version: 0.9.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE
Expand Down
4 changes: 2 additions & 2 deletions plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
" Version: 0.9.0
" Version: 0.9.1
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <[email protected]>
" License: see LICENSE

let s:version = '0.9.0'
let s:version = '0.9.1'
let s:plugin_home = expand('<sfile>:p:h:h')

" set scriptencoding after 'encoding' and when using multibyte chars
Expand Down

0 comments on commit 267c00e

Please sign in to comment.