Releases: benzlokzik/fahrenheit-celsius-converter
Releases · benzlokzik/fahrenheit-celsius-converter
0.2.0
What's Changed
- Added triggers for
workflow_dispatch
andpush
on every branch by @benzlokzik in #1 - Added Kelvins by @benzlokzik in #2
New Contributors
- @benzlokzik made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
Initial release
Initial release of fahrenheit-celsius-converter
. In this release are available to convert temperatures using endpoints:
/convert/c_to_f/{temp}
/convert/f_to_c/{temp}
wheretemp
is f64 (floating point type).