Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package asdf for openSUSE:Factory checked in at 2026-09-22 20:30:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asdf (Old) and /work/SRC/openSUSE:Factory/.asdf.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asdf" Tue Sep 22 20:30:32 2026 rev:11 rq:1379705 version:0.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/asdf/asdf.changes 2026-09-22 15:54:26.755278378 +0200 +++ /work/SRC/openSUSE:Factory/.asdf.new.383539/asdf.changes 2026-09-22 20:32:03.552977325 +0200 @@ -1,0 +2,7 @@ +Tue Sep 22 14:41:34 UTC 2026 - Alessio Biancalana <[email protected]> + +- Update to version 0.20.2: + * chore: release 0.20.2 (#2336) + * fix: fix release (#2337) + +------------------------------------------------------------------- Old: ---- asdf-0.20.1.obscpio New: ---- asdf-0.20.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asdf.spec ++++++ --- /var/tmp/diff_new_pack.kry0zi/_old 2026-09-22 20:32:04.828030783 +0200 +++ /var/tmp/diff_new_pack.kry0zi/_new 2026-09-22 20:32:04.830030867 +0200 @@ -17,7 +17,7 @@ Name: asdf -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: Extendable version manager License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kry0zi/_old 2026-09-22 20:32:04.870032544 +0200 +++ /var/tmp/diff_new_pack.kry0zi/_new 2026-09-22 20:32:04.873032670 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/asdf-vm/asdf/</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.20.1</param> + <param name="revision">v0.20.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kry0zi/_old 2026-09-22 20:32:04.897033676 +0200 +++ /var/tmp/diff_new_pack.kry0zi/_new 2026-09-22 20:32:04.900033802 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/asdf-vm/asdf/</param> - <param name="changesrevision">8fa9e668c12a11fb078f7e08c2d854e38519a7a4</param></service></servicedata> + <param name="changesrevision">cb72590e9f9691b6e651aecfe4b0c9334adff41b</param></service></servicedata> (No newline at EOF) ++++++ asdf-0.20.1.obscpio -> asdf-0.20.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/.release-please-manifest.json new/asdf-0.20.2/.release-please-manifest.json --- old/asdf-0.20.1/.release-please-manifest.json 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/.release-please-manifest.json 2026-09-22 16:28:17.000000000 +0200 @@ -1,3 +1,3 @@ { - ".": "0.20.1" + ".": "0.20.2" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/CHANGELOG.md new/asdf-0.20.2/CHANGELOG.md --- old/asdf-0.20.1/CHANGELOG.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/CHANGELOG.md 2026-09-22 16:28:17.000000000 +0200 @@ -1,5 +1,12 @@ # Changelog +## [0.20.2](https://github.com/asdf-vm/asdf/compare/v0.20.1...v0.20.2) (2026-09-22) + + +### Bug Fixes + +* fix release ([#2337](https://github.com/asdf-vm/asdf/issues/2337)) ([eac99e3](https://github.com/asdf-vm/asdf/commit/eac99e3270f76c292bf5586457e7648d5d35ad35)) + ## [0.20.1](https://github.com/asdf-vm/asdf/compare/v0.20.0...v0.20.1) (2026-09-22) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/SECURITY.md new/asdf-0.20.2/SECURITY.md --- old/asdf-0.20.1/SECURITY.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/SECURITY.md 2026-09-22 16:28:17.000000000 +0200 @@ -9,7 +9,7 @@ <!-- x-release-please-start-version --> ``` -0.20.1 +0.20.2 ``` <!-- x-release-please-end --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/cmd/asdf/main.go new/asdf-0.20.2/cmd/asdf/main.go --- old/asdf-0.20.1/cmd/asdf/main.go 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/cmd/asdf/main.go 2026-09-22 16:28:17.000000000 +0200 @@ -10,7 +10,7 @@ ) // Do not touch this next line -var version = "0.20.1" // x-release-please-version +var version = "0.20.2" // x-release-please-version // Placeholder for the real code func main() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/docs/guide/getting-started.md new/asdf-0.20.2/docs/guide/getting-started.md --- old/asdf-0.20.1/docs/guide/getting-started.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/docs/guide/getting-started.md 2026-09-22 16:28:17.000000000 +0200 @@ -34,7 +34,7 @@ <!-- x-release-please-start-version --> 1. [Install Go](https://go.dev/doc/install) -2. Run `go install github.com/asdf-vm/asdf/cmd/[email protected]` +2. Run `go install github.com/asdf-vm/asdf/cmd/[email protected]` <!-- x-release-please-end --> :::: @@ -48,7 +48,7 @@ <!-- x-release-please-start-version --> 1. Clone the asdf repository: ```shell - git clone https://github.com/asdf-vm/asdf.git --branch v0.20.1 + git clone https://github.com/asdf-vm/asdf.git --branch v0.20.2 ``` <!-- x-release-please-end --> 2. Run `make` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/docs/ja-jp/guide/getting-started.md new/asdf-0.20.2/docs/ja-jp/guide/getting-started.md --- old/asdf-0.20.1/docs/ja-jp/guide/getting-started.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/docs/ja-jp/guide/getting-started.md 2026-09-22 16:28:17.000000000 +0200 @@ -33,7 +33,7 @@ <!-- x-release-please-start-version --> 1. [Goをインストールする](https://go.dev/doc/install) -2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/[email protected]` +2. コマンドを実行: `go install github.com/asdf-vm/asdf/cmd/[email protected]` <!-- x-release-please-end --> :::: @@ -47,7 +47,7 @@ <!-- x-release-please-start-version --> 1. asdfリポジトリをクローン: ```shell - git clone https://github.com/asdf-vm/asdf.git --branch v0.20.1 + git clone https://github.com/asdf-vm/asdf.git --branch v0.20.2 ``` <!-- x-release-please-end --> 2. `make`を実行。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/docs/ko-kr/guide/getting-started.md new/asdf-0.20.2/docs/ko-kr/guide/getting-started.md --- old/asdf-0.20.1/docs/ko-kr/guide/getting-started.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/docs/ko-kr/guide/getting-started.md 2026-09-22 16:28:17.000000000 +0200 @@ -34,7 +34,7 @@ <!-- x-release-please-start-version --> 1. [Go 설치](https://go.dev/doc/install) -2. `go install github.com/asdf-vm/asdf/cmd/[email protected]` 실행 +2. `go install github.com/asdf-vm/asdf/cmd/[email protected]` 실행 <!-- x-release-please-end --> :::: @@ -48,7 +48,7 @@ <!-- x-release-please-start-version --> 1. asdf 리포지토리 클론: ```shell - git clone https://github.com/asdf-vm/asdf.git --branch v0.20.1 + git clone https://github.com/asdf-vm/asdf.git --branch v0.20.2 ``` <!-- x-release-please-end --> 2. `make` 실행 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/docs/pt-br/guide/getting-started.md new/asdf-0.20.2/docs/pt-br/guide/getting-started.md --- old/asdf-0.20.1/docs/pt-br/guide/getting-started.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/docs/pt-br/guide/getting-started.md 2026-09-22 16:28:17.000000000 +0200 @@ -39,7 +39,7 @@ <!-- x-release-please-start-version --> ```shell -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.20.1 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.20.2 ``` <!-- x-release-please-end --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/docs/zh-hans/guide/getting-started.md new/asdf-0.20.2/docs/zh-hans/guide/getting-started.md --- old/asdf-0.20.1/docs/zh-hans/guide/getting-started.md 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/docs/zh-hans/guide/getting-started.md 2026-09-22 16:28:17.000000000 +0200 @@ -34,7 +34,7 @@ <!-- x-release-please-start-version --> 1. [安装 Go](https://go.dev/doc/install) -2. 运行 `go install github.com/asdf-vm/asdf/cmd/[email protected]` +2. 运行 `go install github.com/asdf-vm/asdf/cmd/[email protected]` <!-- x-release-please-end --> :::: @@ -48,7 +48,7 @@ <!-- x-release-please-start-version --> 1. 克隆 asdf 仓库: ```shell - git clone https://github.com/asdf-vm/asdf.git --branch v0.20.1 + git clone https://github.com/asdf-vm/asdf.git --branch v0.20.2 ``` <!-- x-release-please-end --> 2. 运行 `make` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/help.txt new/asdf-0.20.2/help.txt --- old/asdf-0.20.1/help.txt 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/help.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,66 +0,0 @@ -MANAGE PLUGINS -asdf plugin add <name> [<git-url>] Add a plugin from the plugin repo OR, - add a Git repo as a plugin by - specifying the name and repo url -asdf plugin list [--urls] [--refs] List installed plugins. Optionally show - git urls and git-ref -asdf plugin list all List plugins registered on asdf-plugins - repository with URLs -asdf plugin remove <name> Remove plugin and package versions -asdf plugin update <name> [<git-ref>] Update a plugin to latest commit on - default branch or a particular git-ref -asdf plugin update --all Update all plugins to latest commit on - default branch - - -MANAGE PACKAGES -asdf current Display current version set or being - used for all packages -asdf current <name> Display current version set or being - used for package -asdf global <name> <version> Set the package global version -asdf global <name> latest[:<version>] Set the package global version to the - latest provided version -asdf help <name> [<version>] Output documentation for plugin and tool -asdf install Install all the package versions listed - in the .tool-versions file -asdf install <name> Install one tool at the version - specified in the .tool-versions file -asdf install <name> <version> Install a specific version of a package -asdf install <name> latest[:<version>] Install the latest stable version of a - package, or with optional version, - install the latest stable version that - begins with the given string -asdf latest <name> [<version>] Show latest stable version of a package -asdf latest --all Show latest stable version of all the - packages and if they are installed -asdf list <name> [version] List installed versions of a package and - optionally filter the versions -asdf list all <name> [<version>] List all versions of a package and - optionally filter the returned versions -asdf local <name> <version> Set the package local version -asdf local <name> latest[:<version>] Set the package local version to the - latest provided version -asdf shell <name> <version> Set the package version to - `ASDF_${LANG}_VERSION` in the current shell -asdf uninstall <name> <version> Remove a specific version of a package -asdf where <name> [<version>] Display install path for an installed - or current version -asdf which <command> Display the path to an executable - - -UTILS -asdf exec <command> [args...] Executes the command shim for current version -asdf env <command> [util] Runs util (default: `env`) inside the - environment used for command shim execution. -asdf info Print OS, Shell and ASDF debug information. -asdf version Print the currently installed version of ASDF -asdf reshim <name> <version> Recreate shims for version of a package -asdf shim-versions <command> List the plugins and versions that - provide a command -asdf update Update asdf to the latest stable release -asdf update --head Update asdf to the latest on the master branch - -RESOURCES -GitHub: https://github.com/asdf-vm/asdf -Docs: https://asdf-vm.com diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/release-please-config.json new/asdf-0.20.2/release-please-config.json --- old/asdf-0.20.1/release-please-config.json 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/release-please-config.json 2026-09-22 16:28:17.000000000 +0200 @@ -1,5 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "last-release-sha": "8fa9e668c12a11fb078f7e08c2d854e38519a7a4", "packages": { ".": { "release-type": "go", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asdf-0.20.1/version.txt new/asdf-0.20.2/version.txt --- old/asdf-0.20.1/version.txt 2026-09-22 04:14:48.000000000 +0200 +++ new/asdf-0.20.2/version.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -0.15.0 ++++++ asdf.obsinfo ++++++ --- /var/tmp/diff_new_pack.kry0zi/_old 2026-09-22 20:32:05.190045961 +0200 +++ /var/tmp/diff_new_pack.kry0zi/_new 2026-09-22 20:32:05.195046171 +0200 @@ -1,5 +1,5 @@ name: asdf -version: 0.20.1 -mtime: 1790043288 -commit: 8fa9e668c12a11fb078f7e08c2d854e38519a7a4 +version: 0.20.2 +mtime: 1790087297 +commit: cb72590e9f9691b6e651aecfe4b0c9334adff41b ++++++ vendor.tar.gz ++++++
