diff --git a/_service b/_service index 0fa5ccb..8fe56fa 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/profclems/glab.git git - v1.21.1 + v1.22.0 @PARENT_TAG@ v(.*) glab diff --git a/_servicedata b/_servicedata index af87557..26e2b03 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/profclems/glab.git - 5cb2858d1fb7a5317e89259fc4ac135414e99be2 \ No newline at end of file + 612ff864276e848c4cfdef187b5f16f5c52f3c25 \ No newline at end of file diff --git a/glab-1.21.1.tar.xz b/glab-1.21.1.tar.xz deleted file mode 100644 index c21d58e..0000000 --- a/glab-1.21.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fed6956d28acb83fbb8018d7954ad435bb1efd335e064bcc016e4fb1a35dbc2 -size 16343016 diff --git a/glab-1.22.0.tar.xz b/glab-1.22.0.tar.xz new file mode 100644 index 0000000..bf9cfb2 --- /dev/null +++ b/glab-1.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f830b4ea0ce638d86c9a888e2faee85ebd4ac09b13f480f03f2c0adb67cffa +size 16350944 diff --git a/glab-vendor.tar.xz b/glab-vendor.tar.xz index dedf2b7..5b73864 100644 --- a/glab-vendor.tar.xz +++ b/glab-vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afc5f2e09b7337e200d4269dcbabfd2e2e4b721df27e5f47ef1fcd563b941895 -size 4655856 +oid sha256:41591fa7094a905359bc8b6814c87ec591773c53f1eeead0e5b3fe590f366507 +size 4673044 diff --git a/glab.changes b/glab.changes index ff73b71..f23d2e2 100644 --- a/glab.changes +++ b/glab.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Jan 11 02:28:38 UTC 2022 - Orville Q. Song + +- Update to version 1.22.0: + * feat: Add group flag to mr list command (#931) + * chore: Update Arch README link to official repos + * fix: Write aliases to symlink if it exists (#930) + * added push mirror and command (#887) + * feature: Read config directory from GLAB_CONFIG_DIR (#921) + * feature: add variable update command (#902) + * feat(mr): Only output MR URL to stdout if output is not a TTY (#883) + * fix(mr_create/issue_create): add encoding to title and change description encoding (#871) + * fix: add linebreak to check-output msg (#895) + * mr: deprecate `mr for` command + * Require Go 1.17+ (#898) + * feature: add variable delete command (#890) + * Add support for terminal hyperlinks (#852) + * Update docs for `ci run` to include passing variables + * commands/project/create: fix typo + * update dependencies (#884) + * fix: allow setting variable without using --value (#881) + * fix: obsolete % char for weights + * fix(mr-create): escape titles in new MR preview URLs + * fix(ci status): add check for pending pipelines + * refactor: rename Squash to SquashBeforeMerge + * Handle invalid job id + * Apply improvements from code review + * feat(command/ci/retry): Add new command to retry CI jobs + * Update README.md + * Update README.md + * docs(README): add awesome-go badge to README + * fix: weird condition when prompt disabled + * feat(mr update): add --squash parameter + * fix ci pipeline view incorrect timestamp being used + * ci: fix the linter by targeting the pull request instead of the target + * refactor: rename Squash to SquashBeforeMerge + * chore: remove colon + * docs(template): use different header styles for the Pull Request template + * feat(mr create): add --squash parameter + * docs(mr create): remove doc entry as it's automatically generated + * docs(mr create): add --reviewer parameter to docs + * feat(mr create): add --reviewer parameter + * chore: use errors.Is instead of error equality + * docs(readme): update Fosshost.org logo location + * add remoteName flag to 'create project' command + * fix(ci trace): exit normally when prompts are interrupted + * docs: remove --autofill references + * docs(update): v1.21.1 + ------------------------------------------------------------------- Tue Jan 4 08:12:22 UTC 2022 - Orville Q. Song diff --git a/glab.spec b/glab.spec index 711199b..418b8b5 100644 --- a/glab.spec +++ b/glab.spec @@ -17,8 +17,7 @@ # -%global build_date 2021-01-03 -#date +%Y-%m-%d +%global build_date 2021-01-11 %global provider github %global provider_tld com @@ -28,7 +27,7 @@ %global import_path %{provider_prefix}/%{repo} Name: glab -Version: 1.21.1 +Version: 1.22.0 Release: 0 Summary: An open-source GitLab command line tool License: MIT