Releases: s3xysteak/tauri-version
Releases · s3xysteak/tauri-version
v1.0.0-beta.2
🚨 Breaking Changes
- Default option
lock
istrue
now, to have the same behavior of v0. Update readme. - by @s3xysteak (d87b4)
🚀 Features
- Log message if Cargo.lock has not been updated in 3 seconds. - by @s3xysteak (6a510)
🐞 Bug Fixes
- Type fix - by @s3xysteak (d3e57)
View changes on GitHub
v1.0.0-beta.1
v0.5.1
🚀 Features
- Verify the versions of the three files. Print current version if no args are given. - by @actus-wirtenberger and @s3xysteak in #3 (71672)
View changes on GitHub
v0.5.0
🚨 Breaking Changes
- Git tag with
--annotate
and the message is same as the commit message. - by @s3xysteak (b3107)
🚀 Features
- Introduce new option
--sign
(default: false) to sign the git tag. - by @s3xysteak (bd4c9)
View changes on GitHub
v0.4.1
🚀 Features
- Add a tip when waiting a long time for
Cargo.lock
. - by @s3xysteak (a4838)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- Git commit after the update of
Cargo.lock
. - by @s3xysteak (43b05)
View changes on GitHub
v0.3.0
🚀 Features
- Support
--no-git
to skip git operations. - by @s3xysteak (c0c01) base
can be changed instead of being fixed toprocess.cwd()
. - by @s3xysteak (682a0)cli
now support customizetarget
. - by @s3xysteak (c6578)- Support
-b
--base
options to point out the target folder. - by @s3xysteak (4ff3c) - Better error message with
version
. - by @s3xysteak (fe59d)
🐞 Bug Fixes
- Now
--no-git
should work correctly. - by @s3xysteak (7615b)
View changes on GitHub
v0.2.1
v0.2.0
🚨 Breaking Changes
- Named export tauriVersion function - by @s3xysteak (77ee3)
🚀 Features
- Support tauri v2 - by @s3xysteak in #1 (075aa)