diff --git a/.vimrc b/.vimrc index 1b5982b..6ca9e69 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,6 @@ "" Vim configuration " Maintainer: Mariano Anaya -" Version: v0.9 +" Version: v0.10 " Created: 01 Jan 2014 """""""""""""""""""""""""""""" diff --git a/changelog.rst b/changelog.rst index 61cd537..57956e6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,16 @@ Change Log ========== +v0.10 (2019-07-11) +----=------------- +* Security fix: Disable ``modeline`` (Fixes#55) +* Initial support for Cython +* Makefile: fix installation for syntax files +* Remove isort from Python auto-fixing file +* SQL formatting file +* Set text width to 120 +* [fix] Use the correct line length in black + v0.9 (2019-01-01) ----------------- * Basic configuration support for Rust