Skip to content

Releases: codad5/fli

Version 0.1.0

14 Oct 13:18
4cabf87
Compare
Choose a tag to compare

CHANGELOG

0.1.0

  • Added new init_fli_from_toml macro to allow initializing the app from a toml file
    • init_fli_from_toml! macro will read the toml file and initialize the app with the values
  • Deprecated init_from_toml method
    • init_from_toml method is deprecated and will be removed in the next major release

Version 0.0.10

13 Oct 20:33
Compare
Choose a tag to compare

CHANGELOG

0.0.10

  • Added auto version option to hrlp print version using --version or -v

v0.0.9

13 Oct 20:15
Compare
Choose a tag to compare

CHANGELOG

0.0.9

  • Fix env var issue
    • used env! macro to get the toml details from the Cargo.toml file instead of std::env::var to allow compile time env instead of runtime

Version 0.0.8

13 Oct 18:47
Compare
Choose a tag to compare

CHANGELOG

0.0.6

  • Fix issue on removing index out of bounds when getting values

Version 0.0.7

13 Oct 18:38
Compare
Choose a tag to compare

CHANGELOG

0.0.5

  • Added support to set app version
    • app.set_version("0.0.5")
    • if using init_from_toml the version will be set from the toml file
  • Properly handle the help message
    • Printing list of similar command if a command is not found
    • Printing the help message if the help command is found