Skip to content

Commit

Permalink
Release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariano committed May 3, 2021
1 parent 9c9d053 commit c9551b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"" Vim configuration
" Maintainer: Mariano Anaya
" Version: v0.10
" Version: v0.13
" Created: 01 Jan 2014
""""""""""""""""""""""""""""""

Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL := /bin/bash
COLORS_DIR := $(HOME)/.vim/colors
SYNTAX_DIR := $(HOME)/.vim/syntax
PACKAGES_DIR := $(HOME)/.vim/pack/lplugins/start
Expand Down Expand Up @@ -86,9 +87,9 @@ install: dirs
.PHONY: changelog
changelog:
@echo "Change Log" >> $(PRECHANGELOG)
@echo -e "==========\n" >> $(PRECHANGELOG)
@echo "==========" >> $(PRECHANGELOG)
@echo "$(TAG) ($(shell date --rfc-3339=date))" >> $(PRECHANGELOG)
@echo "-----------------" >> $(PRECHANGELOG)
@echo "------------------" >> $(PRECHANGELOG)
@git log --no-merges master.. --oneline --pretty=format:"* %s" >> $(PRECHANGELOG)
@echo -ne "\n\n" >> $(PRECHANGELOG)
@tail -n +4 changelog.rst >> $(PRECHANGELOG)
Expand Down
11 changes: 10 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Change Log
==========

v0.13 (2021-05-03)
------------------
* Better support for Cython
* Set shift width of 2 for YAML files
* Fixes
* Set latest regexp engine (performance)
* `set nonomodeline{,expr}` fixes security issues
* Disable error bell

v0.10 (2019-07-11)
----=-------------
------------------
* Security fix: Disable ``modeline`` (Fixes#55)
* Initial support for Cython
* Makefile: fix installation for syntax files
Expand Down

0 comments on commit c9551b8

Please sign in to comment.