# Change Log ## 2024-09-28 ### v0.1.9 Use pdf for README.md to show better latex formulas. ### Added - Added util script [covert_md_to_pdf.sh](covert_md_to_pdf.sh) ### Fixed - fixed waring in build.rs: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()` ### Changed - tonic-build 0.12.1 -> 0.12.3 - tonic 0.12.1 -> 0.12.3 - prost 0.13.1 -> 0.13.3 - tokio 1.39.3->1.40.1 ## 2024-08-21 ### v0.1.4 Added change log and update dependencies. ### Added - Added CHANGELOG.md for better maintenance ### Changed - num-bigint 0.4->0.4.6 - tonic 0.10.2 -> 0.12.1 - tokio 1.0 -> 1.39.3 - tonic-build 0.10.2 -> 0.12.1 ### Fixed