From 577eacfac36591252d15d0cc7cd3b2f0f41af324 Mon Sep 17 00:00:00 2001 From: Robert Di Pardo Date: Sat, 3 Jul 2021 08:31:59 -0400 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ README.rst | 11 +++-------- plugin/cpywrite.vim | 2 +- rplugin/pythonx/cpywrite/__init__.py | 2 +- version.txt | 2 +- 5 files changed, 28 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c093025..db82f5e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,27 @@ CHANGELOG :depth: 1 :backlinks: top +0.5.0 +====== +**(2021-07-03)** + +Fixed +----- +- fallback to a system user name if no git email exists + +Changed +------- +- preserve existing markup, encoding and doctype declarations at the top of + XML, HTML or PHP files + +Added +----- +- support for these file types: + + + Julia + + Prolog (detected by ``&syntax`` when the extension is ``*.pl``) + + XML + 0.4.0 ====== **(2021-05-24)** @@ -16,6 +37,7 @@ Fixed Changed ------- +- the initial value of ``g:cpywrite#default_license`` is now ``'Apache-2.0'`` - drop the `deprecated FreeBSD variant`_ of the BSD 2-Clause License - detect more styles of authorship template, like a generic range years (e.g. ````), or an actual year that's merely historical diff --git a/README.rst b/README.rst index 1673a92..433ccc5 100644 --- a/README.rst +++ b/README.rst @@ -4,15 +4,10 @@ vim-cpywrite |gh-actions| |current version| -:WARNING: **This branch is for development purposes.** - **End users are advised to checkout a** `release`_ **package** - -.. _release: https://github.com/rdipardo/vim-cpywrite/releases - Generate copyright headers for any open source license -.. figure:: https://raw.githubusercontent.com/rdipardo/vim-cpywrite/media/pre/nvim_043_ver_031.gif - :alt: nvim-043-linux-demo +.. figure:: https://raw.githubusercontent.com/rdipardo/vim-cpywrite/media/rel/vim_8.2.2549.gif + :alt: vim-win-x64-demo :align: center :width: 900 @@ -232,7 +227,7 @@ License Distributed under the terms of the MIT license. -.. |gh-actions| image:: https://github.com/rdipardo/vim-cpywrite/workflows/(Neo)vim/badge.svg?branch=pre-release +.. |gh-actions| image:: https://github.com/rdipardo/vim-cpywrite/workflows/(Neo)vim/badge.svg?branch=master :alt: Build Status :target: https://github.com/rdipardo/vim-cpywrite/actions .. |current version| image:: https://img.shields.io/github/v/release/rdipardo/vim-cpywrite?logo=vim diff --git a/plugin/cpywrite.vim b/plugin/cpywrite.vim index cbd0e38..880a28e 100644 --- a/plugin/cpywrite.vim +++ b/plugin/cpywrite.vim @@ -9,7 +9,7 @@ if get(g:, 'loaded_cpywrite') | finish | endif let g:loaded_cpywrite = 1 -let g:cpywrite#version = '0.5.0-pre' +let g:cpywrite#version = '0.5.0' if empty(get(g:, 'cpywrite#default_license', '')) let g:cpywrite#default_license = 'Apache-2.0' diff --git a/rplugin/pythonx/cpywrite/__init__.py b/rplugin/pythonx/cpywrite/__init__.py index 4ffad01..36b2c79 100644 --- a/rplugin/pythonx/cpywrite/__init__.py +++ b/rplugin/pythonx/cpywrite/__init__.py @@ -20,7 +20,7 @@ ~~~~~~~~~ """ -__version__ = '0.5.0-pre' +__version__ = '0.5.0' __authors__ = ['Robert Di Pardo'] __url__ = 'https://github.com/rdipardo/vim-cpywrite' __license__ = 'MIT' diff --git a/version.txt b/version.txt index 4d64de0..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0-pre +0.5.0