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 6a671d0 commit ba9f481
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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

### Other

- 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 <danieleades@hotmail.com>"]
edition = "2021"
description = "async Monzo client in pure rust."
Expand Down

0 comments on commit ba9f481

Please sign in to comment.