Skip to content

Commit

Permalink
Bump version to 1.15.0
Browse files Browse the repository at this point in the history
Changes since 1.14.0:
  * Implement maktaba#buffer#GetVisualSelection helper (#132).
  * Implement maktaba#log#GetFormattedEntries and support 1-arg log
    handler (see #204).
  * Notify user for messages logged at WARN or above by default (#185).
  * Fix Syscall.CallAsync failing for complex commands (#205).
  * Preserve trailing slash in maktaba#path#Split and MakeRelative
    (#137 and #175).
  * Fix 'maxfuncdepth' error in maktaba#json#Parse corner case (#153).
  • Loading branch information
dbarnett committed May 8, 2017
1 parent 4deefa6 commit 2ae8b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maktaba",
"description": "Consistent Vimscript",
"version": "1.14.0",
"version": "1.15.0",
"author": "Google",
"repository": {"type": "git", "url": "git://github.com/google/maktaba"}
}

0 comments on commit 2ae8b44

Please sign in to comment.