Skip to content

Commit 4479715

Browse files
chore: release v0.4.6 (#125)
1 parent 9e4e991 commit 4479715

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.6](https://github.com/danieleades/monzo-lib/compare/v0.4.5...v0.4.6) - 2025-04-05
10+
11+
### Added
12+
13+
- use rustls tls ([#156](https://github.com/danieleades/monzo-lib/pull/156))
14+
15+
### Fixed
16+
17+
- *(ci)* fix the name of the CI runners ([#136](https://github.com/danieleades/monzo-lib/pull/136))
18+
19+
### Other
20+
21+
- Merge pull request #150 from danieleades/dependabot/cargo/patch-updates-c89dced416
22+
- Merge pull request #151 from danieleades/dependabot/cargo/ring-0.17.13
23+
- *(deps)* bump tokio from 1.43.0 to 1.44.1
24+
- add funding info ([#149](https://github.com/danieleades/monzo-lib/pull/149))
25+
- *(ci)* tidying of workflow files and minor refactoring ([#148](https://github.com/danieleades/monzo-lib/pull/148))
26+
- *(docs)* update CI badge in readme ([#147](https://github.com/danieleades/monzo-lib/pull/147))
27+
- *(deps)* bump rand from 0.8.5 to 0.9.0 ([#143](https://github.com/danieleades/monzo-lib/pull/143))
28+
- *(lint)* remove unnecessary semicolon ([#146](https://github.com/danieleades/monzo-lib/pull/146))
29+
- *(deps)* bump openssl from 0.10.68 to 0.10.70
30+
- *(deps)* bump the patch-updates group with 3 updates
31+
- address cargo-deny warnings ([#142](https://github.com/danieleades/monzo-lib/pull/142))
32+
- *(deps)* bump tokio from 1.41.1 to 1.42.0
33+
- *(deps)* bump codecov/codecov-action from 4 to 5 ([#132](https://github.com/danieleades/monzo-lib/pull/132))
34+
- *(deps)* bump tokio from 1.40.0 to 1.41.1
35+
- *(deps)* bump the patch-updates group across 1 directory with 5 updates
36+
- *(deps)* bump thiserror from 1.0.63 to 2.0.3
37+
- address clippy warnings ([#135](https://github.com/danieleades/monzo-lib/pull/135))
38+
- *(ci)* refactor CI to parse MSRV from cargo.toml ([#134](https://github.com/danieleades/monzo-lib/pull/134))
39+
- address missing backticks and spelling errors ([#124](https://github.com/danieleades/monzo-lib/pull/124))
40+
- *(deps)* bump the patch-updates group with 2 updates
41+
- *(deps)* bump tokio from 1.39.3 to 1.40.0
42+
943
## [0.4.5](https://github.com/danieleades/monzo-lib/compare/v0.4.4...v0.4.5) - 2024-08-23
1044

1145
### Fixed

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.4.5"
3+
version = "0.4.6"
44
authors = ["Daniel Eades <[email protected]>"]
55
edition = "2021"
66
description = "async Monzo client in pure rust."

0 commit comments

Comments
 (0)