c12i / mpesa-rust

A MPESA API sdk in Rust
https://c12i.github.io/mpesa-rust/mpesa/index.html
MIT License
43 stars 14 forks source link

chore: release v1.1.1 #106

Closed c12i closed 3 months ago

c12i commented 7 months ago

🤖 New release

Changelog

## [1.1.1](https://github.com/collinsmuriuki/mpesa-rust/compare/v1.1.0...v1.1.1) - 2024-01-28 ### Fixed - fix spelling - fix formatting ### Other - Update README.md - Add discord badge - static lifetime for request path - remove unneeded lifetime - refactor impl of getting the pass - remove unused imports - Update README.md - Update CONTRIBUTING.md - Update workflow - Remove changelog - Add release github workflow - Update package version - Add changelog - Bump crate version - Add module level docs - Update dynamic qr code setter and request amount field's type to u32 - Update twitter url - Remove nextest config - Simplify readme table - Update readme - Add no_run marker to c2b register - Add main function to bill manager docs code snippets - Move bill manager docs to md - Remove unnecessary lazy evaluations - Fix readme failing doc test - Update docs - Fix typo in docs - Enable doc tests in readme - Fix clippy warnings - Further fix code snippet indentation in docs - Only have core apis in doc tests - Add editor config, fix indentation inconsistencies in docs - Fix transaction reversal api 400 errors - Fix dynamic qr code doc tests - Update transaction apis docs - Fix env vars not read in doc tests - Enable and move doc tests to markdown files - *(client)* Generic `send` implementation ([#89](https://github.com/collinsmuriuki/mpesa-rust/pull/89)) - Bump crate version - Maintain consistency with auth response in helpers - Fix auth response deserializion errors


This PR was generated with release-plz.

c12i commented 7 months ago

@itsyaasir

This release is for the v1.x crate without the breaking changes

Should follow up with a v2 release with the breaking changes w/ new builders against master