Browse Source

Bump version to 0.10.1

pull/461/merge v0.10.1
Jacobo de Vera 12 years ago
parent
commit
a97e88917c
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim
  2. +3
    -0
      changelog.md

+ 1
- 1
autoload/vundle.vim View File

@ -2,7 +2,7 @@
" Author: gmarik
" HomePage: http://github.com/gmarik/Vundle.vim
" Readme: http://github.com/gmarik/Vundle.vim/blob/master/README.md
" Version: 0.9
" Version: 0.10.1
" Plugin Commands
com! -nargs=+ -bar Plugin


+ 3
- 0
changelog.md View File

@ -2,6 +2,9 @@ Change Log
==========
F = Feature, B = Bug Fix, D = Doc Change
### Version 0.10.1
- B: #451 Escape spaces when handling rtp directories
### Version 0.10
- F: #415 Support plugin pinning (for non-git repos & preventing updates)
- F: #440 Detect plugin name collisions


Loading…
Cancel
Save