Skip to content

Commit

Permalink
build(email): release v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 11, 2025
1 parent 53475cc commit 847c304
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ dependencies = [

[[package]]
name = "email-lib"
version = "0.26.3"
version = "0.26.4"
dependencies = [
"advisory-lock",
"async-std",
Expand Down Expand Up @@ -3296,9 +3296,9 @@ dependencies = [

[[package]]
name = "imap-client"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072d1848cdf0d9b2e1632cea3d22a0f935a610e7a9ea14e7c8b37e85fa131495"
checksum = "e781bd540686c48e9a7d64ca7c32ebf48eb3f4acc592c3d22cb1292d26b52220"
dependencies = [
"imap-next",
"rip-starttls",
Expand Down
6 changes: 6 additions & 0 deletions email/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.4] - 2025-01-11

### Changed

- Bumped `[email protected]`.

## [0.26.3] - 2025-01-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion email/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "email-lib"
description = "Cross-platform, asynchronous Rust library to manage emails"
version = "0.26.3"
version = "0.26.4"
authors = ["soywod <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 847c304

Please sign in to comment.