Skip to content

Releases: rdipardo/vim-cpywrite

v0.8.2

01 Sep 14:54
v0.8.2
c359db1
Compare
Choose a tag to compare

c359db1 Release 0.8.2
e75fb20 Fix logic error in License.license_text
bbf04c3 Identify Creative Commons licenses by full name
a543b3d Add contributors to module metadata
921c35f Ensure git username is never empty
8433747 Update the MPL's website to https
5c6fbcf Merge branch 'rdipardo:master' into master
b322df1 Apply workaround for actions/setup-python#866
c6af1a2 Bump unit test dependencies
86dfa94 Added support for Cppfront
f848ec2 Fix typo in dependabot.yml
05cea78 Add code coverage reporting
b55da33 Adapt to new schema of GPLv2 historical addresses
f049b74 Add version comstraints to test dependencies
c89696b Map *.dpk, *.dpr and .lpr to Pascal
d349d25 Conditionally install pynvim from git
25faf9d Use a pre-release version of pynvim
d95bb72 Use the integrated cache provided by actions/setup-python
a0e9810 Upgrade actions
680086f Avoid Neovim's health#
APIs in error handler

v0.8.1

30 Jul 16:48
v0.8.1
6d024cc
Compare
Choose a tag to compare

6d024cc Release 0.8.1
c411545 Update license list
40664b0 Ensure spacing between author name and email

v0.8.0

23 Jul 16:36
v0.8.0
Compare
Choose a tag to compare

6d28748 Release 0.8.0
9c314f7 Require Python 3
ac1ddd3 Merge Pascal comment style with OCaml's
4aa7edf Prefer vim.vars.get() to vim.vars.has_key()
ee45716 Add ftplugin for Java classes
3c8d5e5 Bump version to 0.8.0-pre
6b0ef60 Expand test matrix
62d5c7f 0BSD test case should not depend on current year
1da196c Drop python 3.4 from build matrix
5ce58ff Upgrade Ubuntu runner
80b183d Fix neovim workflow
5cdcbb0 Upgrade actions

v0.7.0

11 Jan 02:03
v0.7.0
6f2a80b
Compare
Choose a tag to compare

6f2a80b Update version
074d56f Release 0.7.0
4aed209 Prefer setline() to normal mode insertion
41a8116 Running module should back up existing files only
7af3547 Fix misplaced copyright in GPL v1 & 2 headers
4d99f7a Use &syntax to detect more file types
044d233 Preserve shebang lines by default
fbac8f7 Start work on new release

v0.6.0

01 Oct 19:51
v0.6.0
6431eee
Compare
Choose a tag to compare

6431eee Release 0.6.0
4a5865e Automate GH releases
d3df98d Module housekeeping
3db79fd Limit ci runs to ASCII text licenses
021d9a1 Expand test suite
3329a88 Make machine readable output an option
033cd93 Prepare for next release

v0.5.0

03 Jul 13:29
v0.5.0
577eacf
Compare
Choose a tag to compare

See the CHANGELOG for a list of fixes and enhancements.

v0.4.0

24 May 23:50
v0.4.0
8e8acc0
Compare
Choose a tag to compare

See the CHANGELOG for details.

v0.3.4

04 Apr 19:43
v0.3.4
c7cceae
Compare
Choose a tag to compare

Improved

Release bundles are now ~90% smaller:

  $ du -h --time vim-cpywrite-0.3.3.tar.gz
  244K	    2021-03-08 09:03	vim-cpywrite-0.3.3.tar.gz

  $ du -h --time vim-cpywrite-0.3.4.tar.gz
  28K	    2021-04-03 23:14	vim-cpywrite-0.3.4.tar.gz

See the CHANGELOG for a list of bug fixes.

v0.3.3

08 Mar 14:29
v0.3.3
231db22
Compare
Choose a tag to compare

A maintenance release to address breaking changes in the content of the SPDX License Data repository.

See the CHANGELOG for details.

v0.3.2

28 Dec 21:45
v0.3.2
2ce0c21
Compare
Choose a tag to compare

Adds

  • new file types, fix-ups, as detailed in the CHANGELOG

Changes