Skip to content

Commit

Permalink
Build release v2.0.2 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr committed Apr 22, 2017
1 parent 2f2bb4c commit 16f3fc2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) [v2.0.0](http://semver.org/spec/v2.0.0.html).

## [2.0.2] - 2017-04-22

### Changed
- [#521, #515] Update TravisCI Badges' labels
- [#509] Use "Roadmap" for Trello where possible

### Added
- [#514] FAQ for dynamic `antigen-theme` usage

### Fixed
- [#510] Remove possibly destructive command on broken tests
- [#508, #507] Fix status code non-zero when last command is `antigen` wrapper

Thanks everyone who reported issues and provided feedback.

## [2.0.1] - 2017-04-15

### Changed
Expand Down Expand Up @@ -432,6 +447,7 @@ This setup further improves cache performance (`~0.02s`). It's fully optional.
- Added CHANGELOG.md
- Following [Semantic Versioning](http://semver.org/)

[2.0.2]: https://github.com/zsh-users/antigen/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/zsh-users/antigen/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/zsh-users/antigen/compare/v1.4.1...v2.0.0
[1.4.1]: https://github.com/zsh-users/antigen/compare/v1.4.0...v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop
v2.0.2
6 changes: 3 additions & 3 deletions bin/antigen.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ _ZCACHE_BUNDLE=${_ZCACHE_BUNDLE:-false}

_payload="#-- START ZCACHE GENERATED FILE
#-- GENERATED: $(date)
#-- ANTIGEN develop
#-- ANTIGEN v2.0.2
$(functions -- _antigen)
antigen () {
[[ \"\$ZSH_EVAL_CONTEXT\" =~ \"toplevel:*\" || \"\$ZSH_EVAL_CONTEXT\" =~ \"cmdarg:*\" ]] && source \""$_ANTIGEN_INSTALL_DIR/antigen.zsh"\" && eval antigen \$@;
Expand All @@ -892,7 +892,7 @@ compdef () {}\NL"

_payload+="typeset -aU _ANTIGEN_BUNDLE_RECORD;\
_ANTIGEN_BUNDLE_RECORD=("$(print ${(qq)_ANTIGEN_BUNDLE_RECORD})")\NL"
_payload+="_ANTIGEN_CACHE_LOADED=true ANTIGEN_CACHE_VERSION='develop'\NL"
_payload+="_ANTIGEN_CACHE_LOADED=true ANTIGEN_CACHE_VERSION='v2.0.2'\NL"

_payload+="#-- END ZCACHE GENERATED FILE\NL"

Expand Down Expand Up @@ -1477,7 +1477,7 @@ antigen-version () {
revision=" ($(git --git-dir=$_ANTIGEN_INSTALL_DIR/.git rev-parse --short '@'))"
fi
echo "Antigen develop$revision"
echo "Antigen v2.0.2$revision"
}
#compdef _antigen
Expand Down

0 comments on commit 16f3fc2

Please sign in to comment.