5 Commits
0.7.0 ... 0.7.1

Author SHA1 Message Date
Daniel Shahaf
932e29a0c7 Tag version 0.7.1. 2020-02-28 21:34:10 +00:00
Daniel Shahaf
ec04a20681 release.md: Update with the step that was missed in 0.7.0. 2020-02-28 21:33:51 +00:00
Daniel Shahaf
cb8d68d00a Update changelog for the 0.7.1 release. 2020-02-28 21:32:42 +00:00
Daniel Shahaf
04dd78cb00 Update changelog for the 0.7.0 release. (Yes, this should have been committed earlier today.) 2020-02-28 21:29:59 +00:00
Daniel Shahaf
4eb8a19133 Post-release version number bump. 2020-02-28 15:38:43 +00:00
3 changed files with 7 additions and 11 deletions

View File

@@ -1 +1 @@
0.7.0
0.7.1

View File

@@ -1,6 +1,8 @@
# Changes in version 0.7.0
# Changes in version 0.7.1
**Version 0.7.0 has not been released. This changelog is a work in progress.**
- Remove out-of-date information from the 0.7.0 changelog.
# Changes in version 0.7.0
This is a stable bugfix and feature release. Major new features and changes include:
@@ -71,13 +73,6 @@ Known issues include:
for examples and workarounds.
[#677]
- Use of a simple parameter expansion (`${foo}` with nothing but a parameter
name inside the braces) in command position, when the value of the parameter
looks like an assignment (such as after `foo='bar=$(ls)'`), may result in
incorrect highlighting and "BUG" messages. As a workaround, the expansion
may be nested (`${${foo}}`).
[#670]
# Changes in version 0.6.0

View File

@@ -8,7 +8,8 @@
(easiest to check travis: https://travis-ci.org/zsh-users/zsh-syntax-highlighting/)
- Update changelog.md
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
- Remove `-dev` suffix from `./.version`;
- Make sure there are no local commits and that `git status` is clean;
Remove `-dev` suffix from `./.version`;
Commit that using `git commit -m "Tag version $(<.version)." .version`;
Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
Increment `./.version` and restore the `-dev` suffix;