Skip to content

Commit

Permalink
[#619] Build release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr committed Nov 20, 2017
1 parent 17b361a commit 3d9b754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
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.2.2] - Unreleased
## [2.2.2] - 2017-11-19

## Added
- [#605] Create CODE_OF_CONDUCT.md
- [#605] Create `CODE_OF_CONDUCT.md`

## Changed
- [#611] Remove "no extensions loaded" message
Expand All @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) [v2.0.0](http:
## Fixed
- [#590, #588, #587, #606] Fix multiple issues with caching generation
- [#613] Defer cache loading to `antigen-apply` command
- [#618, #617] Unalias built-in `cd`


## [2.2.1] - 2017-06-24
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop
v2.2.2
6 changes: 3 additions & 3 deletions bin/antigen.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ antigen-use () {
fi
}
antigen-version () {
local version="develop"
local version="v2.2.2"
local extensions revision=""
if [[ -d $_ANTIGEN_INSTALL_DIR/.git ]]; then
revision=" ($(git --git-dir=$_ANTIGEN_INSTALL_DIR/.git rev-parse --short '@'))"
Expand Down Expand Up @@ -1808,7 +1808,7 @@ typeset -g _ZCACHE_CAPTURE_PREFIX
cat > $ANTIGEN_CACHE <<EOC
#-- START ZCACHE GENERATED FILE
#-- GENERATED: $(date)
#-- ANTIGEN develop
#-- ANTIGEN v2.2.2
$(functions -- _antigen)
antigen () {
local MATCH MBEGIN MEND
Expand All @@ -1833,7 +1833,7 @@ ${(j::)_sources}
typeset -gaU _ANTIGEN_BUNDLE_RECORD; _ANTIGEN_BUNDLE_RECORD=($(print ${(qq)_ANTIGEN_BUNDLE_RECORD}))
typeset -g _ANTIGEN_CACHE_LOADED; _ANTIGEN_CACHE_LOADED=true
typeset -ga _ZCACHE_BUNDLE_SOURCE; _ZCACHE_BUNDLE_SOURCE=($(print ${(qq)_ZCACHE_BUNDLE_SOURCE}))
typeset -g _ANTIGEN_CACHE_VERSION; _ANTIGEN_CACHE_VERSION='develop'
typeset -g _ANTIGEN_CACHE_VERSION; _ANTIGEN_CACHE_VERSION='v2.2.2'
#-- END ZCACHE GENERATED FILE
EOC
Expand Down

0 comments on commit 3d9b754

Please sign in to comment.