Skip to content

Commit 9828ddd

Browse files
chore: release v0.7.0 (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f2b082 commit 9828ddd

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.0](https://github.com/danieleades/monzo-lib/compare/v0.6.1...v0.7.0) - 2026-04-25
10+
11+
### Fixed
12+
13+
- add missing transaction decline reason ([#205](https://github.com/danieleades/monzo-lib/pull/205)) ([#206](https://github.com/danieleades/monzo-lib/pull/206))
14+
15+
### Other
16+
17+
- *(deps)* bump reqwest to 0.13 ([#211](https://github.com/danieleades/monzo-lib/pull/211))
18+
- *(deps)* bump rand from 0.9.4 to 0.10.1 ([#201](https://github.com/danieleades/monzo-lib/pull/201))
19+
- bump rust edition from 2021 to 2024 ([#210](https://github.com/danieleades/monzo-lib/pull/210))
20+
- *(deps)* bump amannn/action-semantic-pull-request from 5 to 6 ([#197](https://github.com/danieleades/monzo-lib/pull/197))
21+
- *(deps)* bump codecov/codecov-action from 5 to 6 ([#198](https://github.com/danieleades/monzo-lib/pull/198))
22+
- *(deps)* bump the patch-updates group across 1 directory with 3 updates ([#208](https://github.com/danieleades/monzo-lib/pull/208))
23+
- *(deps)* bump tokio from 1.50.0 to 1.52.1 ([#204](https://github.com/danieleades/monzo-lib/pull/204))
24+
- *(deps)* bump rand from 0.9.2 to 0.9.3 ([#202](https://github.com/danieleades/monzo-lib/pull/202))
25+
- *(deps)* bump actions/checkout from 4 to 6 ([#199](https://github.com/danieleades/monzo-lib/pull/199))
26+
- *(deps)* bump tokio from 1.49.0 to 1.50.0 ([#192](https://github.com/danieleades/monzo-lib/pull/192))
27+
- *(deps)* bump clap from 4.5.60 to 4.6.0 ([#194](https://github.com/danieleades/monzo-lib/pull/194))
28+
- *(deps)* bump quinn-proto from 0.11.10 to 0.11.14 ([#193](https://github.com/danieleades/monzo-lib/pull/193))
29+
- *(deps)* bump the patch-updates group with 2 updates ([#191](https://github.com/danieleades/monzo-lib/pull/191))
30+
- *(deps)* bump bytes from 1.10.1 to 1.11.1 ([#189](https://github.com/danieleades/monzo-lib/pull/189))
31+
- *(deps)* bump the patch-updates group with 4 updates ([#188](https://github.com/danieleades/monzo-lib/pull/188))
32+
933
## [0.6.1](https://github.com/danieleades/monzo-lib/compare/v0.6.0...v0.6.1) - 2026-01-31
1034

1135
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monzo-lib"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["Daniel Eades <danieleades@hotmail.com>"]
55
edition = "2024"
66
description = "async Monzo client in pure rust."

0 commit comments

Comments
 (0)