Releases: gcomte/bitcoinvert
Releases · gcomte/bitcoinvert
v0.1.6 - Round output values
0.1.5 - Security fixes
What's Changed
- Fix running unit tests only in dedicated CI step by @gcomte in #205
- Allow thousand separators in amount input by @dleutenegger in #204
- Update dependencies
New Contributors
- @dleutenegger made their first contribution in #204
Full Changelog: v0.1.4...v0.1.5
Use SI units as input
What's Changed
Overview
SI suffixes
You can use SI suffixes for input numbers.
For example:
bitcoinvert 1M SAT USD
=> convert 1,000,000 SAT to USD
bitcoinvert 1.23k SAT
=> convert 1,230 SAT
Full Changelog
Security fix
What's Changed
- Bump serde from 1.0.159 to 1.0.160 by @dependabot in #138
- Bump clap from 4.2.1 to 4.2.2 by @dependabot in #141
- Bump clap from 4.2.2 to 4.2.3 by @dependabot in #142
- Bump clap from 4.2.3 to 4.2.4 by @dependabot in #143
- Update dependencies by @gcomte in #144
Full Changelog: v0.1.2...v0.1.3
Security fix
Updated several dependencies to get rid off security issues within them.
Better installation
Some more info about how to install the binary and limited types of archives.
Initial release
v0.1.0 Add automated release via GitHub Actions