Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
932e29a0c7 | ||
|
|
ec04a20681 | ||
|
|
cb8d68d00a | ||
|
|
04dd78cb00 | ||
|
|
4eb8a19133 |
13
changelog.md
13
changelog.md
@@ -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:
|
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.
|
for examples and workarounds.
|
||||||
[#677]
|
[#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
|
# Changes in version 0.6.0
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
(easiest to check travis: https://travis-ci.org/zsh-users/zsh-syntax-highlighting/)
|
(easiest to check travis: https://travis-ci.org/zsh-users/zsh-syntax-highlighting/)
|
||||||
- Update changelog.md
|
- Update changelog.md
|
||||||
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
|
`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`;
|
Commit that using `git commit -m "Tag version $(<.version)." .version`;
|
||||||
Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
|
Tag it using `git tag -s -m "Tag version $(<.version)" $(<.version)`;
|
||||||
Increment `./.version` and restore the `-dev` suffix;
|
Increment `./.version` and restore the `-dev` suffix;
|
||||||
|
|||||||
Reference in New Issue
Block a user