app-admin/gentoo_update: version bump -> 0.2.2

Bump version from 0.2.1 -> 0.2.2
Add messages to pkg_postinst to inform users about
breaking changes.

Signed-off-by: Stepan Kulikov <stepan_kk@pm.me>
This commit is contained in:
Stepan Kulikov
2023-11-16 18:08:23 +03:00
parent 3017f3e589
commit 9163916618
2 changed files with 7 additions and 1 deletions

View File

@@ -1 +1 @@
DIST gentoo_update-0.2.1.gh.tar.gz 20719 BLAKE2B c69c1920b41c52b4e85a8669c18ad82e2c9e135ffb39cc4acfddc95659f4e2068e624d73734d31067524a12f485b79618cd2badfa2bb08089d4f133281e5b37c SHA512 6b599c1ad28d1dc0006d71ca05b06123bccb87dfc813c6e10aa5b093d2044b35e3d752d890e78a7c01be18f97f45d1ad9162b8cb49f0e25ce1e186c7a156ea72
DIST gentoo_update-0.2.2.gh.tar.gz 24757 BLAKE2B f6c8b0732f08af8ebe32ffd44a0331b71f8150107f6a66918f09fdd4987a4ee4e687ab807b100df879395cee1de4e26c9c99f6a7622500118d128887379cb2d7 SHA512 e3cc34e668de955389ca0b0b39eee3db31715e0f65c445fac7ee355b82c0ed9ab224cb9cff60cc170aa1632426566f6202bcea7d4bf9078c3faf3229f21007b8

View File

@@ -24,4 +24,10 @@ python_test() {
pkg_postinst() {
optfeature "--clean support" app-portage/gentoolkit
optfeature "--daemon-restart support" app-admin/needrestart
elog ""
elog "Important Update: Version 0.2.2 introduces breaking changes."
elog "The CLI has been completely rewritten and now features a "
elog "subcommands structure. Please review the updated README "
elog "to understand the changes and ensure a smooth transition."
}