tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

uninstall: fix removing tt by version #892

Closed themilchenko closed 4 months ago

themilchenko commented 4 months ago

It was impossible to uninstall tt by version without 'v' prefix using tt unistall tt 1.2.0 for example because program checks version in binary file with prefix.

After the patch tt uninstall checks 'v' prefix before version and if it didn't find, adds for strings matching.

Closes #583

oleg-jukovec commented 4 months ago

We need a changelog entry too.