Skip to content

Commit d6cf618

Browse files
committed
increase version to 1.1.0
1 parent a7e8580 commit d6cf618

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
The changes not yet present in any release are listed in this section.
1010

11+
## 1.1.0 (2021-08-17)
12+
1113
### Changed
1214

1315
* Removed `-S` option, replaced by `GITPACK_SKIP_LOCK` environment variable.

src/gitpack

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ main() {
2626
#-------------------------------------------------------------------------------
2727

2828
init_strings() {
29-
readonly VERSION=1.0.0 # current GitPack version
29+
readonly VERSION=1.1.0 # current GitPack version
3030

3131
readonly HELP_MESSAGE='USAGE: gitpack [OPTION...] ACTION URL[=VERSION]...
3232
gitpack [OPTION...] COMMAND

test/run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ export SHORT_HASH &&
4343
export GITPACK='sh -x src/gitpack' && # GitPack with tracing enabled
4444
export SUDO_GITPACK='sudo sh -x src/gitpack' && # root permissions
4545
export URL=github.com/dominiksalvet/gitpack &&
46-
export VERSION=1.0.0 && # latest GitPack version
46+
export VERSION=1.1.0 && # latest GitPack version
4747
export VERSION_HASH=7fb5b5fad69002fc17421ef8b5809521f6b200c0 &&
4848
export VERSION_SHORT_HASH=7fb5b5f &&
49-
export OLD_VERSION=tmp-version &&
50-
export OLD_VERSION_HASH=b2842a2affe769f2aeb1c03bba2a299eb2959ea7 &&
49+
export OLD_VERSION=1.0.0 &&
50+
export OLD_VERSION_HASH=7fb5b5fad69002fc17421ef8b5809521f6b200c0 &&
5151

5252
export EXTRA_URL=github.com/dominiksalvet/nconv && # needed in some tests
5353
export EXTRA_VERSION=1.1.0 && # use this and only this version

0 commit comments

Comments
 (0)