Skip to content

Commit d1c1338

Browse files
committed
chore: release
Signed-off-by: Collins Muriuki <[email protected]>
1 parent 8694aef commit d1c1338

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.1.1](https://github.com/collinsmuriuki/mpesa-rust/compare/v1.1.0...v1.1.1) - 2024-01-28
10+
11+
### Fixed
12+
- fix spelling
13+
- fix formatting
14+
15+
### Other
16+
- Merge pull request [#104](https://github.com/collinsmuriuki/mpesa-rust/pull/104) from c12i/chore/update-mpesa-variables
17+
- follow API variable naming as per Daraja
18+
- move express-request and transaction reversal to builder pattern ([#88](https://github.com/collinsmuriuki/mpesa-rust/pull/88))
19+
- Add discord badge
20+
- Merge pull request [#95](https://github.com/collinsmuriuki/mpesa-rust/pull/95) from Tevinthuku/improvements-and-less-noise
21+
- static lifetime for request path
22+
- remove unneeded lifetime
23+
- refactor impl of getting the pass
24+
- remove unused imports
25+
- Add module level docs
26+
- Update dynamic qr code setter and request amount field's type to u32
27+
- Update twitter url
28+
- Remove nextest config
29+
- Simplify readme table
30+
- Update readme
31+
- Add no_run marker to c2b register
32+
- Add main function to bill manager docs code snippets
33+
- Move bill manager docs to md
34+
- Remove unnecessary lazy evaluations
35+
- Fix readme failing doc test
36+
- Update docs
37+
- Fix typo in docs
38+
- Enable doc tests in readme
39+
- Fix clippy warnings
40+
- Further fix code snippet indentation in docs
41+
- Only have core apis in doc tests
42+
- Add editor config, fix indentation inconsistencies in docs
43+
- Fix transaction reversal api 400 errors
44+
- Fix dynamic qr code doc tests
45+
- Update transaction apis docs
46+
- Fix env vars not read in doc tests
47+
- Enable and move doc tests to markdown files
48+
- *(client)* Generic `send` implementation ([#89](https://github.com/collinsmuriuki/mpesa-rust/pull/89))

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mpesa"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Collins Muriuki <[email protected]>"]
55
edition = "2021"
66
description = "A wrapper around the M-PESA API in Rust."

0 commit comments

Comments
 (0)