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 Jan 10, 2025
1 parent 301ed2f commit 0f6fa7d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ 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-01-10

### Fixed

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

### Other

- 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

0 comments on commit 0f6fa7d

Please sign in to comment.