From 3739c9a64cb5a03842b5412ec1997a178d962ea3 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 6 Jun 2017 20:43:38 -0700 Subject: [PATCH] Prepare for 0.3 release --- README.md | 20 +++++++++++++++++++- autoload/pinnacle.vim | 8 +++++++- doc/pinnacle.txt | 7 ++++++- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b902ba..2eb5871 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ + # Pinnacle + ## Intro Pinnacle provides functions for manipulating `:highlight` groups. + ## Installation To install Pinnacle, use your plug-in management system of choice. @@ -27,6 +30,7 @@ To generate help tags under Pathogen, you can do so from inside Vim with: :call pathogen#helptags() ``` + ## Website The official Pinnacle source code repo is at: @@ -43,6 +47,7 @@ Official releases are listed at: http://www.vim.org/scripts/script.php?script_id=5360 + ## License Copyright (c) 2016-present Greg Hurrell @@ -53,12 +58,15 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ## Development + ### Contributing patches Patches can be sent via mail to greg@hurrell.net, or as GitHub pull requests at: https://github.com/wincent/pinnacle/pulls + ### Cutting a new release At the moment the release process is manual: @@ -92,6 +100,7 @@ git archive -o pinnacle-$VERSION.zip HEAD -- . - Upload to http://www.vim.org/scripts/script.php?script_id=5360 + ## Authors Pinnacle is written and maintained by Greg Hurrell . @@ -100,12 +109,21 @@ Other contributors that have submitted patches include (in alphabetical order): - Kyle Poole + ## History -0.2 (9 January 2016) + +### 0.3 (6 June 2017) + +- Added `pinnacle#extract_bg` and `pinnacle#extract_fg`. +- Fixed bug that could cause existing highlights to be incorrectly augmented. + + +### 0.2 (9 January 2016) - Added `pinnacle#underline`. + ### 0.1 (30 March 2016) - Initial release. diff --git a/autoload/pinnacle.vim b/autoload/pinnacle.vim index 34284ca..2db7727 100644 --- a/autoload/pinnacle.vim +++ b/autoload/pinnacle.vim @@ -128,7 +128,13 @@ " " # History " -" 0.2 (9 January 2016) +" ## 0.3 (6 June 2017) +" +" - Added `pinnacle#extract_bg` and `pinnacle#extract_fg`. +" - Fixed bug that could cause existing highlights to be incorrectly +" augmented. +" +" ## 0.2 (9 January 2016) " " - Added `pinnacle#underline`. " diff --git a/doc/pinnacle.txt b/doc/pinnacle.txt index 69c7349..087dd03 100644 --- a/doc/pinnacle.txt +++ b/doc/pinnacle.txt @@ -116,7 +116,12 @@ order): HISTORY *pinnacle-history* -0.2 (9 January 2016) +0.3 (6 June 2017) ~ + +- Added `pinnacle#extract_bg` and `pinnacle#extract_fg`. +- Fixed bug that could cause existing highlights to be incorrectly augmented. + +0.2 (9 January 2016) ~ - Added `pinnacle#underline`. -- 2.37.1