tt icon indicating copy to clipboard operation
tt copied to clipboard

Ability to install a <major>.<minor> version of tarantool

Open igorcoding opened this issue 1 year ago • 0 comments

Currently as I can see there is only a possibility to install an exact version of Tarantool, specifying <major>.<minor>.<patch>, like 2.11.2. It'll be great to have an ability to install tarantool of a latest available <major>.<minor> version, like you can do with pyenv for example:

pyenv install 3.12

Right now tt results in an error:

tt install tarantool 2.11
   • Searching in commits...
   ⨯ the hash must contain at least 7 characters

igorcoding avatar Dec 30 '23 16:12 igorcoding