Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.4.6 #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.6](https://github.com/danieleades/monzo-lib/compare/v0.4.5...v0.4.6) - 2025-02-06

### Fixed

- *(ci)* fix the name of the CI runners (#136)

### Other

- *(deps)* bump rand from 0.8.5 to 0.9.0 (#143)
- *(lint)* remove unnecessary semicolon (#146)
- *(deps)* bump openssl from 0.10.68 to 0.10.70
- *(deps)* bump the patch-updates group with 3 updates
- address cargo-deny warnings ([#142](https://github.com/danieleades/monzo-lib/pull/142))
- *(deps)* bump tokio from 1.41.1 to 1.42.0
- *(deps)* bump codecov/codecov-action from 4 to 5 (#132)
- *(deps)* bump tokio from 1.40.0 to 1.41.1
- *(deps)* bump the patch-updates group across 1 directory with 5 updates
- *(deps)* bump thiserror from 1.0.63 to 2.0.3
- address clippy warnings ([#135](https://github.com/danieleades/monzo-lib/pull/135))
- *(ci)* refactor CI to parse MSRV from cargo.toml (#134)
- address missing backticks and spelling errors (#124)
- *(deps)* bump the patch-updates group with 2 updates
- *(deps)* bump tokio from 1.39.3 to 1.40.0

## [0.4.5](https://github.com/danieleades/monzo-lib/compare/v0.4.4...v0.4.5) - 2024-08-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monzo-lib"
version = "0.4.5"
version = "0.4.6"
authors = ["Daniel Eades <[email protected]>"]
edition = "2021"
description = "async Monzo client in pure rust."
Expand Down