Skip to content

Commit

Permalink
chore: release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 3b5255a commit c5bbc13
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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) - 2024-12-02

### Fixed

- *(ci)* fix the name of the CI runners ([#136](https://github.com/danieleades/monzo-lib/pull/136))

### Other

- *(deps)* bump codecov/codecov-action from 4 to 5 ([#132](https://github.com/danieleades/monzo-lib/pull/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](https://github.com/danieleades/monzo-lib/pull/134))
- address missing backticks and spelling errors ([#124](https://github.com/danieleades/monzo-lib/pull/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

0 comments on commit c5bbc13

Please sign in to comment.