Releases: s3xysteak/tauri-version
Releases · s3xysteak/tauri-version
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)
View changes on GitHub
v0.1.0
v0.0.6
🚀 Features
- Remove jsonParser. Move version function out of tomlParser. - by @s3xysteak (fa788)
- Customize npm version. - by @s3xysteak (fbbd9)